Searched refs:IRCE (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 1785 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 D | PerformanceTips.rst | 267 #. If your language uses range checks, consider using the IRCE pass. It is not
|