Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp154 InvariantThreshold(LVInvarThreshold), ORE(ORE) {} in LoopVersioningLICM()
180 float InvariantThreshold; member
439 if (InvariantCounter * 100 < InvariantThreshold * LoadAndStoreCounter) { in legalLoopInstructions()
447 << InvariantThreshold << "%\n"); in legalLoopInstructions()
456 << NV("Threshold", InvariantThreshold); in legalLoopInstructions()