Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp153 InvariantThreshold(LVInvarThreshold), ORE(ORE) {} in LoopVersioningLICM()
200 float InvariantThreshold; member
450 if (InvariantCounter * 100 < InvariantThreshold * LoadAndStoreCounter) { in legalLoopInstructions()
458 << InvariantThreshold << "%\n"); in legalLoopInstructions()
467 << NV("Threshold", InvariantThreshold); in legalLoopInstructions()