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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp176 const PassInfo *Pass::lookupPassInfo(const void *TI) { function in class:Pass
180 const PassInfo *Pass::lookupPassInfo(StringRef Arg) { function in class:Pass
260 const PassInfo *PI = Pass::lookupPassInfo(Arg);
H A DPassTimingInfo.cpp139 if (const PassInfo *PI = Pass::lookupPassInfo(P->getPassID()))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DPass.h171 // lookupPassInfo - Return the pass info object for the specified pass class,
173 static const PassInfo *lookupPassInfo(const void *TI);
175 // lookupPassInfo - Return the pass info object for the pass with the given
177 static const PassInfo *lookupPassInfo(StringRef Arg);

Completed in 59 milliseconds