Lines Matching refs:ORmissL
1218 OptimizationRemarkMissed ORmissL(DEBUG_TYPE, "SelectOpti", in checkLoopHeuristics() local
1223 ORmissL << "No select conversion in the loop due to no reduction of loop's " in checkLoopHeuristics()
1225 EmitAndPrintRemark(ORE, ORmissL); in checkLoopHeuristics()
1238 ORmissL << "No select conversion in the loop due to small reduction of " in checkLoopHeuristics()
1242 EmitAndPrintRemark(ORE, ORmissL); in checkLoopHeuristics()
1255 ORmissL << "No select conversion in the loop due to small gradient gain. " in checkLoopHeuristics()
1258 EmitAndPrintRemark(ORE, ORmissL); in checkLoopHeuristics()
1264 ORmissL in checkLoopHeuristics()
1266 EmitAndPrintRemark(ORE, ORmissL); in checkLoopHeuristics()
1314 OptimizationRemarkMissed ORmissL(DEBUG_TYPE, "SelectOpti", &I); in computeLoopCosts() local
1315 ORmissL << "Invalid instruction cost preventing analysis and " in computeLoopCosts()
1318 EmitAndPrintRemark(ORE, ORmissL); in computeLoopCosts()