Home
last modified time | relevance | path

Searched refs:isPassDebuggingExecutionsOrMore (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DRegionPass.cpp86 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
101 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
127 (!isPassDebuggingExecutionsOrMore() || skipThisRegion) ? in runOnFunction()
H A DCallGraphSCCPass.cpp424 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLegacyPassManagers.h441 bool isPassDebuggingExecutionsOrMore() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp139 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager