Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPass.cpp82 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
111 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
135 (!isPassDebuggingExecutionsOrMore()) in runOnFunction()
H A DCallGraphSCCPass.cpp455 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassManagers.h434 bool isPassDebuggingExecutionsOrMore() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp66 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager