Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DRegionPass.cpp87 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
102 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()
128 (!isPassDebuggingExecutionsOrMore() || skipThisRegion) ? in runOnFunction()
DCallGraphSCCPass.cpp400 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
/external/llvm/include/llvm/IR/
DLegacyPassManagers.h421 bool isPassDebuggingExecutionsOrMore() const;
/external/llvm/lib/IR/
DLegacyPassManager.cpp114 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager