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

/external/llvm/include/llvm/
H A DPassManagers.h381 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
383 bool isPassDebuggingExecutionsOrMore() const;
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp383 if (isPassDebuggingExecutionsOrMore()) {
/external/llvm/lib/VMCore/
H A DPassManager.cpp111 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
113 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { function in class:PMDataManager

Completed in 101 milliseconds