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()
391 bool isPassDebuggingExecutionsOrMore() const;
398 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
115 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager