Searched refs:hasProfile (Results 1 – 9 of 9) sorted by relevance
271 if (!BF.hasProfile()) in runOnFunctions()311 return !A->hasProfile() && in runOnFunctions()312 (B->hasProfile() || in runOnFunctions()316 if (BF->hasProfile()) in runOnFunctions()
69 if (!BF->hasProfile()) in calcTSPScore()94 if (!BF->hasProfile()) in calcExtTSPScore()264 if (BF->hasProfile()) in printAll()
1164 if (BB->hasProfile()) in simplifyRODataLoads()1169 if (BB->hasProfile()) in simplifyRODataLoads()1340 if (Function.hasProfile()) in runOnFunctions()1354 if (!Function.hasProfile()) in runOnFunctions()
1162 !Function.hasProfile()) in runOnFunctions()1222 if (!Function.isSimple() || Function.isIgnored() || !Function.hasProfile()) in runOnFunctions()
174 if (BF.hasProfile() && !BF.empty()) { in writeProfile()188 if (BF.hasProfile()) { in writeProfile()
952 if (!BF.hasProfile()) in recordEntry()976 if (!BF.hasProfile()) in recordExit()
647 bool hasProfile() const { return ExecutionCount != COUNT_NO_PROFILE; } in hasProfile() function658 return !hasProfile() ? 0 : ExecutionCount; in getKnownExecutionCount()
1608 bool hasProfile() const { return ExecutionCount != COUNT_NO_PROFILE; } in hasProfile() function
744 HotSection = BF.hasProfile() ? ReadOnlySection : ReadOnlyColdSection; in emitJumpTables()