Home
last modified time | relevance | path

Searched defs:LoopBounds (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h614 struct LoopBounds { struct
626 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue()
629 Instruction &getStepInst() const { return StepInst; } in getStepInst()
633 Value *getStepValue() const { return StepValue; } in getStepValue()
636 Value &getFinalIVValue() const { return FinalIVValue; } in getFinalIVValue()
683 LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F, in LoopBounds() function
706 /// Return the struct LoopBounds collected if all struct members are found, argument
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h634 struct LoopBounds { struct
646 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue()
649 Instruction &getStepInst() const { return StepInst; } in getStepInst()
653 Value *getStepValue() const { return StepValue; } in getStepValue()
656 Value &getFinalIVValue() const { return FinalIVValue; } in getFinalIVValue()
703 LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F, in LoopBounds() function
726 /// Return the struct LoopBounds collected if all struct members are found, argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp427 struct LoopBounds { struct
428 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;
429 SmallPtrSet<const MachineBasicBlock*, 8> Visited;
430 const MachineLoopInfo *Loops;
431 bool Downward = false;
433 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds() argument
/external/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp427 struct LoopBounds { struct
428 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;
429 SmallPtrSet<const MachineBasicBlock*, 8> Visited;
430 const MachineLoopInfo *Loops;
431 bool Downward = false;
433 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds() argument
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp412 struct LoopBounds { struct
413 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;
414 SmallPtrSet<const MachineBasicBlock*, 8> Visited;
415 const MachineLoopInfo *Loops;
416 bool Downward;
417 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds() argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1224 template <typename VAR, typename BOUND> struct LoopBounds { struct
1226 LoopBounds( in LoopBounds() argument
1230 LoopBounds &operator=(LoopBounds &&) = default; argument
1245 using Bounds = LoopBounds<DoVariable, ScalarIntExpr>; argument