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

/external/llvm/lib/Analysis/
H A DRegionPass.cpp87 if (isPassDebuggingExecutionsOrMore()) {
102 if (isPassDebuggingExecutionsOrMore()) {
128 (!isPassDebuggingExecutionsOrMore() || skipThisRegion) ?
/external/llvm/include/llvm/IR/
H A DLegacyPassManagers.h389 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
391 bool isPassDebuggingExecutionsOrMore() const;
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp398 if (isPassDebuggingExecutionsOrMore()) {
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp113 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
115 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { function in class:PMDataManager

Completed in 135 milliseconds