Home
last modified time | relevance | path

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

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