HomeSort by relevance Sort by last modified time
    Searched refs:PairTy (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 28 typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy> PairTy;
29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first;
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 97 typedef PointerIntPair<Instruction*, 2, DepType> PairTy;
98 PairTy Value;
99 explicit MemDepResult(PairTy V) : Value(V) {}
107 return MemDepResult(PairTy(Inst, Def));
111 return MemDepResult(PairTy(Inst, Clobber));
115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
119 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other));
123 PairTy(reinterpret_cast<Instruction*>(Unknown), Other));
184 return MemDepResult(PairTy(Inst, Invalid));
CallGraph.h 345 typedef std::pair<const Function*, CallGraphNode*> PairTy;
346 typedef std::pointer_to_unary_function<PairTy, CallGraphNode&> DerefFun;
357 static CallGraphNode &CGdereference(PairTy P) {
  /external/clang/include/clang/Index/
CallGraph.h 127 typedef std::pair<clang::idx::Entity, NodeType*> PairTy;
128 typedef std::pointer_to_unary_function<PairTy, NodeType*> DerefFun;
141 static NodeType *CGDeref(PairTy P) { return P.second; }
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 330 typedef std::pair<AssertingVH<BasicBlock>, Value*> PairTy;
333 static inline PairTy getEmptyKey() {
337 static inline PairTy getTombstoneKey() {
341 static unsigned getHashValue( const PairTy &Val) {
345 static bool isEqual(const PairTy &LHS, const PairTy &RHS) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 424 milliseconds