Searched refs:LoopBounds (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 201 std::optional<Loop::LoopBounds> 202 Loop::LoopBounds::getBounds(const Loop &L, PHINode &IndVar, in getBounds() 226 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue, in getBounds() 230 using Direction = Loop::LoopBounds::Direction; 232 ICmpInst::Predicate Loop::LoopBounds::getCanonicalPredicate() const { in getCanonicalPredicate() 274 Direction Loop::LoopBounds::getDirection() const { in getDirection() 287 std::optional<Loop::LoopBounds> Loop::getBounds(ScalarEvolution &SE) const { in getBounds() 289 return LoopBounds::getBounds(*this, *IndVar, SE); in getBounds()
|
| H A D | LoopNestAnalysis.cpp | 87 std::optional<Loop::LoopBounds> OuterLoopLB) { in checkSafeInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineTraceMetrics.cpp | 426 struct LoopBounds { struct 432 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds() argument 443 class po_iterator_storage<LoopBounds, true> { 444 LoopBounds &LB; 447 po_iterator_storage(LoopBounds &lb) : LB(lb) {} in po_iterator_storage() 481 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 660 struct LoopBounds { struct 668 static std::optional<Loop::LoopBounds> 729 LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F, in LoopBounds() argument 754 std::optional<LoopBounds> getBounds(ScalarEvolution &SE) const;
|