Searched refs:HotOnly (Results 1 – 3 of 3) sorted by relevance
359 const bool HotOnly = opts::FrameOptimization == FOP_HOT; in performShrinkWrapping() local366 if (SW.perform(HotOnly)) { in performShrinkWrapping()
1968 bool ShrinkWrapping::perform(bool HotOnly) { in perform() argument1994 if (HotOnly && (BF.getKnownExecutionCount() < BC.getHotThreshold())) in perform()
522 bool perform(bool HotOnly = false);