Searched defs:LoopBounds (Results 1 – 2 of 2) sorted by relevance
614 struct LoopBounds { struct626 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() function706 /// Return the struct LoopBounds collected if all struct members are found, argument
427 struct LoopBounds { struct428 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() function