Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1785 InductiveRangeCheckElimination IRCE(SE, &BPI, DT, LI, { getBFI }); in run() local
1813 if (IRCE.run(L, LPMAddNewLoop)) { in run()
1837 InductiveRangeCheckElimination IRCE(SE, &BPI, DT, LI); in runOnFunction() local
1856 Changed |= IRCE.run(L, LPMAddNewLoop); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/docs/Frontend/
H A DPerformanceTips.rst267 #. If your language uses range checks, consider using the IRCE pass. It is not