Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp124 InvariantThreshold(LVInvarThreshold), ORE(ORE) {} in LoopVersioningLICM()
150 float InvariantThreshold; member
414 if (InvariantCounter * 100 < InvariantThreshold * LoadAndStoreCounter) { in legalLoopInstructions()
422 << InvariantThreshold << "%\n"); in legalLoopInstructions()
431 << NV("Threshold", InvariantThreshold); in legalLoopInstructions()