Searched defs:InstructionCost (Results 1 – 5 of 5) sorted by relevance
52 InstructionCost(CostType Val) : Value(Val), State(Valid) {} in InstructionCost() function
203 PHINode &PN, SmallDenseMap<PHINode *, InstructionCost, 16> &CostSavingsMap, in isSafeAndProfitableToSpeculateAroundPHI() argument428 const SmallDenseMap<PHINode *, InstructionCost, 16> &CostSavingsMap, in findProfitablePHIs() argument
2405 static InstructionCost computeDomSubtreeCost( in computeDomSubtreeCost() argument
1132 InstructionCost InstructionCost = 0; in combine() local
38 class InstructionCost; variable