Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1407 Optional<LoopStructure> MaybeLoopStructure = in runOnLoop() local
1409 if (!MaybeLoopStructure.hasValue()) { in runOnLoop()
1414 LoopStructure LS = MaybeLoopStructure.getValue(); in runOnLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1823 Optional<LoopStructure> MaybeLoopStructure = in run() local
1825 if (!MaybeLoopStructure.hasValue()) { in run()
1830 LoopStructure LS = MaybeLoopStructure.getValue(); in run()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1930 std::optional<LoopStructure> MaybeLoopStructure = in run() local
1932 if (!MaybeLoopStructure) { in run()
1937 LoopStructure LS = *MaybeLoopStructure; in run()