Home
last modified time | relevance | path

Searched defs:getPassInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp35 const PassInfo *PassRegistry::getPassInfo(const void *TI) const { in getPassInfo() function in PassRegistry
40 const PassInfo *PassRegistry::getPassInfo(StringRef Arg) const { in getPassInfo() function in PassRegistry
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp409 static const PassInfo *getPassInfo(StringRef PassName) { in getPassInfo() function