Searched refs:isPassDebuggingExecutionsOrMore (Results 1 – 4 of 4) sorted by relevance
87 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()102 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()128 (!isPassDebuggingExecutionsOrMore() || skipThisRegion) ? in runOnFunction()
400 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
421 bool isPassDebuggingExecutionsOrMore() const;
114 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager