Lines Matching defs:CostInfo
120 struct CostInfo {
244 Scaled64 getTrueOpCost(DenseMap<const Instruction *, CostInfo> &InstCostMap,
270 getFalseOpCost(DenseMap<const Instruction *, CostInfo> &InstCostMap,
338 bool checkLoopHeuristics(const Loop *L, const CostInfo LoopDepth[2]);
343 DenseMap<const Instruction *, CostInfo> &InstCostMap,
344 CostInfo *LoopCost);
865 DenseMap<const Instruction *, CostInfo> InstCostMap;
866 CostInfo LoopCost[2] = {{Scaled64::getZero(), Scaled64::getZero()},
1095 const CostInfo LoopCost[2]) {
1165 DenseMap<const Instruction *, CostInfo> &InstCostMap, CostInfo *LoopCost) {
1174 CostInfo &MaxCost = LoopCost[Iter];