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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDepPrinter.cpp62 static InstTypePair getInstTypePair(MemDepResult dep) { function in struct:__anon4457::MemDepPrinter
72 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { function in struct:__anon4457::MemDepPrinter
106 Deps[Inst].insert(std::make_pair(getInstTypePair(Res),
115 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB()));
126 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB()));

Completed in 98 milliseconds