Searched defs:LoopBounds (Results 1 – 2 of 2) sorted by relevance
660 struct LoopBounds { struct672 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue()675 Instruction &getStepInst() const { return StepInst; } in getStepInst()679 Value *getStepValue() const { return StepValue; } in getStepValue()682 Value &getFinalIVValue() const { return FinalIVValue; } in getFinalIVValue()729 LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F, in LoopBounds() argument752 /// Return the struct LoopBounds collected if all struct members are found, argument
426 struct LoopBounds { struct427 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;428 SmallPtrSet<const MachineBasicBlock*, 8> Visited;429 const MachineLoopInfo *Loops;430 bool Downward = false;432 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds() argument