Home
last modified time | relevance | path

Searched refs:ORmissL (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1218 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
[all …]