Searched refs:computeSpeculationCost (Results 1 – 1 of 1) sorted by relevance
387 static InstructionCost computeSpeculationCost(const User *I, in computeSpeculationCost() function455 Cost += computeSpeculationCost(I, TTI); in dominatesMergePoint()2944 InstructionCost OrigCost = OrigCE ? computeSpeculationCost(OrigCE, TTI) : 0; in validateAndCostRequiredSelects()2945 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects()3087 computeSpeculationCost(&I, TTI) > in SpeculativelyExecuteBB()