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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDepPrinter.cpp112 DepSet &InstDeps = Deps[Inst]; local
115 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB()));
123 DepSet &InstDeps = Deps[Inst]; local
126 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB()));
142 const DepSet &InstDeps = DI->second; local
144 for (const auto &I : InstDeps) {

Completed in 210 milliseconds