Searched refs:parseLoopStructure (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | LoopConstrainer.h | 84 parseLoopStructure(ScalarEvolution &, Loop &, bool, const char *&);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | LoopConstrainer.h | 84 parseLoopStructure(ScalarEvolution &, Loop &, bool, const char *&);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | LoopConstrainer.h | 84 parseLoopStructure(ScalarEvolution &, Loop &, bool, const char *&);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | LoopConstrainer.h | 84 parseLoopStructure(ScalarEvolution &, Loop &, bool, const char *&);
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 447 static Optional<LoopStructure> parseLoopStructure(ScalarEvolution &, 623 LoopStructure::parseLoopStructure(ScalarEvolution &SE, BranchProbabilityInfo &BPI, in parseLoopStructure() function in LoopStructure 1408 LoopStructure::parseLoopStructure(SE, BPI, *L, FailureReason); in runOnLoop()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 491 static Optional<LoopStructure> parseLoopStructure(ScalarEvolution &, 737 LoopStructure::parseLoopStructure(ScalarEvolution &SE, in parseLoopStructure() function in LoopStructure 1824 LoopStructure::parseLoopStructure(SE, BPI, *L, FailureReason); in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 505 static std::optional<LoopStructure> parseLoopStructure(ScalarEvolution &, 750 LoopStructure::parseLoopStructure(ScalarEvolution &SE, Loop &L, in parseLoopStructure() function in LoopStructure 1931 LoopStructure::parseLoopStructure(SE, *L, FailureReason); in run()
|