Lines Matching defs:CostInfo
120 struct CostInfo {
190 bool IsTrue, const DenseMap<const Instruction *, CostInfo> &InstCostMap,
274 bool checkLoopHeuristics(const Loop *L, const CostInfo LoopDepth[2]);
279 DenseMap<const Instruction *, CostInfo> &InstCostMap,
280 CostInfo *LoopCost);
968 DenseMap<const Instruction *, CostInfo> InstCostMap;
969 CostInfo LoopCost[2] = {{Scaled64::getZero(), Scaled64::getZero()},
1211 const CostInfo LoopCost[2]) {
1281 DenseMap<const Instruction *, CostInfo> &InstCostMap, CostInfo *LoopCost) {
1291 CostInfo &MaxCost = LoopCost[Iter];