Searched refs:isPassDebuggingExecutionsOrMore (Results 1 – 4 of 4) sorted by relevance
86 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()101 if (isPassDebuggingExecutionsOrMore()) { in runOnFunction()127 (!isPassDebuggingExecutionsOrMore() || skipThisRegion) ? in runOnFunction()
424 if (isPassDebuggingExecutionsOrMore()) { in RunAllPassesOnSCC()
441 bool isPassDebuggingExecutionsOrMore() const;
139 bool PMDataManager::isPassDebuggingExecutionsOrMore() const { in isPassDebuggingExecutionsOrMore() function in PMDataManager