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

/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DPassManagers.h380 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
382 bool isPassDebuggingExecutionsOrMore() const;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp386 if (isPassDebuggingExecutionsOrMore()) {
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DPassManager.cpp111 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
113 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { function in class:PMDataManager

Completed in 71 milliseconds