Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DRegionPass.cpp84 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
113 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
137 (!isPassDebuggingExecutionsOrMore()) in runOnFunction()
H A DCallGraphSCCPass.cpp446 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DLegacyPassManagers.h431 bool isPassDebuggingExecutionsOrMore() const;
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp61 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager