Searched defs:LoopBounds (Results 1 – 2 of 2) sorted by relevance
157 struct LoopBounds { struct169 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue()172 Instruction &getStepInst() const { return StepInst; } in getStepInst()176 Value *getStepValue() const { return StepValue; } in getStepValue()179 Value &getFinalIVValue() const { return FinalIVValue; } in getFinalIVValue()226 LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F, in LoopBounds() function249 /// Return the struct LoopBounds collected if all struct members are found, argument
445 struct LoopBounds { struct446 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;447 SmallPtrSet<const MachineBasicBlock*, 8> Visited;448 const MachineLoopInfo *Loops;449 bool Downward = false;451 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds() function