Searched refs:getBounds (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 130 auto OuterLoopLB = OuterLoop.getBounds(SE); in analyzeLoopNestForPerfectNest() 205 auto OuterLoopLB = OuterLoop.getBounds(SE); in getInterveningInstructions()
|
H A D | LoopInfo.cpp | 203 Loop::LoopBounds::getBounds(const Loop &L, PHINode &IndVar, in getBounds() function in Loop::LoopBounds 288 std::optional<Loop::LoopBounds> Loop::getBounds(ScalarEvolution &SE) const { in getBounds() function in Loop 290 return LoopBounds::getBounds(*this, *IndVar, SE); in getBounds()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 166 getBounds(const Loop &L, PHINode &IndVar, ScalarEvolution &SE); 251 std::optional<LoopBounds> getBounds(ScalarEvolution &SE) const;
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 98 PreambleBounds getBounds() const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 271 std::pair<unsigned, unsigned> getBounds() const override { in getBounds() function
|
H A D | LVElement.h | 251 virtual std::pair<unsigned, unsigned> getBounds() const { return {}; } in getBounds() function
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 581 PreambleBounds PrecompiledPreamble::getBounds() const { in getBounds() function in PrecompiledPreamble
|
H A D | ASTUnit.cpp | 2547 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble() 2569 Offs < Preamble->getBounds().Size) { in mapLocationToPreamble()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 1138 std::tie(LowerBound, UpperBound) = Type->getBounds(); in resolveExtra()
|