Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp155 InvariantThreshold(LVInvarThreshold), ORE(ORE) {} in LoopVersioningLICM()
202 float InvariantThreshold; member
452 if (InvariantCounter * 100 < InvariantThreshold * LoadAndStoreCounter) { in legalLoopInstructions()
460 << InvariantThreshold << "%\n"); in legalLoopInstructions()
469 << NV("Threshold", InvariantThreshold); in legalLoopInstructions()