Searched refs:getInstTypePair (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemDepPrinter.cpp | 64 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair() function 74 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair() function 109 Deps[Inst].insert(std::make_pair(getInstTypePair(Res), in runOnFunction() 119 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB())); in runOnFunction() 126 Deps[Inst].insert(std::make_pair(getInstTypePair(0, Unknown), in runOnFunction() 135 Deps[Inst].insert(std::make_pair(getInstTypePair(0, Unknown), in runOnFunction() 152 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB())); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 63 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair() function 73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair() function 107 Deps[Inst].insert(std::make_pair(getInstTypePair(Res), in runOnFunction() 116 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction() 127 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 63 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair() function 73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair() function 107 Deps[Inst].insert(std::make_pair(getInstTypePair(Res), in runOnFunction() 116 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction() 127 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
|