Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp123 InvariantThreshold(LVInvarThreshold) { in LoopVersioningLICM()
189 float InvariantThreshold; member
439 if (InvariantCounter * 100 < InvariantThreshold * LoadAndStoreCounter) { in legalLoopInstructions()
447 << InvariantThreshold << "%\n"); in legalLoopInstructions()
456 << NV("Threshold", InvariantThreshold); in legalLoopInstructions()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
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()
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp171 InvariantThreshold(LVInvarThreshold), LoadAndStoreCounter(0), in LoopVersioningLICM()
191 float InvariantThreshold; // Minimum invariant threshold member
412 if (InvariantCounter * 100 < InvariantThreshold * LoadAndStoreCounter) { in legalLoopInstructions()
418 << InvariantThreshold << "%\n"); in legalLoopInstructions()