LLVM API Documentation
#include <functional>
#include <utility>
#include "llvm/ADT/iterator"
Include dependency graph for STLExtras.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Classes | |
struct | llvm::greater_ptr< Ty > |
class | llvm::mapped_iterator< RootIt, UnaryFunc > |
Typedefs | |
typedef T1 & | first_type |
typedef T2 & | second_type |
Functions | |
template<class T> | |
static void | llvm::deleter (T *Ptr) |
template<class _Iterator, class Func> | |
mapped_iterator< _Iterator, Func > | llvm::operator+ (typename mapped_iterator< _Iterator, Func >::difference_type N, const mapped_iterator< _Iterator, Func > &X) |
template<class ItTy, class FuncTy> | |
mapped_iterator< ItTy, FuncTy > | llvm::map_iterator (const ItTy &I, FuncTy F) |
template<typename ItTy, typename Dist> | |
ItTy | llvm::next (ItTy it, Dist n) |
template<typename ItTy> | |
ItTy | llvm::next (ItTy it) |
template<typename ItTy, typename Dist> | |
ItTy | llvm::prior (ItTy it, Dist n) |
template<typename ItTy> | |
ItTy | llvm::prior (ItTy it) |
template<typename T1, typename T2> | |
tier< T1, T2 > | llvm::tie (T1 &f, T2 &s) |
Variables | |
first_type | first |
second_type | second |
typedef T1& first_type |
Definition at line 182 of file STLExtras.h.
typedef T2& second_type |
Definition at line 183 of file STLExtras.h.
Definition at line 185 of file STLExtras.h.
Referenced by llvm::cl::ValuesClass< DataType >::apply(), llvm::ChooseInstructionsForDelaySlots(), FoldValueComparisonIntoPredecessors(), llvm::Pass::getAnalysisID(), llvm::ProfileInfoLoader::getBlockCounts(), llvm::TargetMachineRegistry::getClosestTargetForJIT(), llvm::TargetSchedInfo::getCPUResourceNum(), llvm::ProfileInfoLoader::getFunctionCounts(), llvm::ProgramInfo::getLanguageCache(), llvm::PPCTargetLowering::LowerCallTo(), llvm::IA64TargetLowering::LowerCallTo(), llvm::AlphaTargetLowering::LowerCallTo(), llvm::cl::parser< const llvm::PassInfo * >::parse(), llvm::cl::ParseCommandLineOptions(), llvm::TimingInfo::passStarted(), RecursiveResolveTypesI(), llvm::SparcV9CodeEmitter::runOnMachineFunction(), SimplifyEqualityComparisonWithOnlyPredecessor(), ValuesOverlap(), and llvm::SelectionDAGLowering::visitInlineAsm().
Definition at line 186 of file STLExtras.h.
Referenced by llvm::cl::ValuesClass< DataType >::apply(), EliminateBlockCases(), llvm::PPCRegisterInfo::eliminateFrameIndex(), FoldValueComparisonIntoPredecessors(), llvm::ProfileInfoLoader::getBlockCounts(), llvm::ProgramInfo::getLanguageCache(), getValNonImprovising(), HandleUpRefs(), llvm::PPCTargetLowering::LowerCallTo(), llvm::IA64TargetLowering::LowerCallTo(), llvm::AlphaTargetLowering::LowerCallTo(), llvm::cl::ParseCommandLineOptions(), SimplifyEqualityComparisonWithOnlyPredecessor(), llvm::SelectionDAGLowering::visitInlineAsm(), and llvm::ProgramInfo::~ProgramInfo().