Searched refs:isPassDebuggingExecutionsOrMore (Results 1 – 4 of 4) sorted by relevance
85 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()100 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()126 (!isPassDebuggingExecutionsOrMore() || skipThisRegion) ? in runOnFunction()
423 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
435 bool isPassDebuggingExecutionsOrMore() const;
139 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager