Home
last modified time | relevance | path

Searched defs:LoopStructure (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DLoopConstrainer.h34 struct LoopStructure { struct
46 // The loop represented by this instance of LoopStructure is semantically argument
63 LoopStructure() = default; argument
65 template <typename M> LoopStructure map(M Map) const { in map() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DLoopConstrainer.h34 struct LoopStructure { struct
46 // The loop represented by this instance of LoopStructure is semantically argument
63 LoopStructure() = default; argument
65 template <typename M> LoopStructure map(M Map) const { in map() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DLoopConstrainer.h34 struct LoopStructure { struct
46 // The loop represented by this instance of LoopStructure is semantically argument
63 LoopStructure() = default; argument
65 template <typename M> LoopStructure map(M Map) const { in map() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DLoopConstrainer.h34 struct LoopStructure { struct
46 // The loop represented by this instance of LoopStructure is semantically argument
63 LoopStructure() = default; argument
65 template <typename M> LoopStructure map(M Map) const { in map() argument
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp410 struct LoopStructure { struct
411 const char *Tag;
413 BasicBlock *Header;
414 BasicBlock *Latch;
418 BranchInst *LatchBr;
419 BasicBlock *LatchExit;
420 unsigned LatchBrExitIdx;
422 Value *IndVarNext;
423 Value *IndVarStart;
424 Value *LoopExitAt;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp444 struct LoopStructure { struct
445 const char *Tag = "";
447 BasicBlock *Header = nullptr;
448 BasicBlock *Latch = nullptr;
452 BranchInst *LatchBr = nullptr;
453 BasicBlock *LatchExit = nullptr;
454 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();
465 Value *IndVarBase = nullptr;
466 Value *IndVarStart = nullptr;
467 Value *IndVarStep = nullptr;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp458 struct LoopStructure { struct
459 const char *Tag = "";
461 BasicBlock *Header = nullptr;
462 BasicBlock *Latch = nullptr;
466 BranchInst *LatchBr = nullptr;
467 BasicBlock *LatchExit = nullptr;
468 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();
479 Value *IndVarBase = nullptr;
480 Value *IndVarStart = nullptr;
481 Value *IndVarStep = nullptr;
[all …]
/aosp_15_r20/art/compiler/optimizing/
H A Dloop_optimization_test.cc119 std::string LoopStructure() { in LoopStructure() function in art::LoopOptimizationTest