Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp84 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
113 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
137 (!isPassDebuggingExecutionsOrMore()) in runOnFunction()
H A DCallGraphSCCPass.cpp447 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h431 bool isPassDebuggingExecutionsOrMore() const;
/src/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp62 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager