Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp186 unsigned InvariantCounter = 0; member
362 InvariantCounter++; in instructionSafeForVersioning()
376 InvariantCounter++; in instructionSafeForVersioning()
388 InvariantCounter = 0; in legalLoopInstructions()
428 if (!InvariantCounter) { in legalLoopInstructions()
439 if (InvariantCounter * 100 < InvariantThreshold * LoadAndStoreCounter) { in legalLoopInstructions()
444 << ((InvariantCounter * 100) / LoadAndStoreCounter) in legalLoopInstructions()
454 ((InvariantCounter * 100) / LoadAndStoreCounter)) in legalLoopInstructions()