Searched defs:getInstTypePair (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp63 static InstTypePair getInstTypePair(MemDepResult dep) { function in struct:__anon25692::MemDepPrinter
73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { function in struct:__anon25692::MemDepPrinter
108 Deps[Inst].insert(std::make_pair(getInstTypePair(Res),
118 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
125 Deps[Inst].insert(std::make_pair(getInstTypePair(nullptr, Unknown),
134 Deps[Inst].insert(std::make_pair(getInstTypePair(nullptr, Unknown),
151 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));

Completed in 107 milliseconds