Searched refs:getBranchMispredictPenalty (Results 1 – 6 of 6) sorted by relevance
297 InstructionCost getBranchMispredictPenalty() const;
6760 InstructionCost X86TTIImpl::getBranchMispredictPenalty() const { in getBranchMispredictPenalty() function in X86TTIImpl
426 InstructionCost getBranchMispredictPenalty() const;1841 virtual InstructionCost getBranchMispredictPenalty() = 0;2253 InstructionCost getBranchMispredictPenalty() override { in getBranchMispredictPenalty() function2254 return Impl.getBranchMispredictPenalty(); in getBranchMispredictPenalty()
102 InstructionCost getBranchMispredictPenalty() const { return 0; } in getBranchMispredictPenalty() function
282 InstructionCost TargetTransformInfo::getBranchMispredictPenalty() const { in getBranchMispredictPenalty() function in TargetTransformInfo283 return TTIImpl->getBranchMispredictPenalty(); in getBranchMispredictPenalty()
3557 Budget += TTI.getBranchMispredictPenalty(); in FoldTwoEntryPHINode()