Home
last modified time | relevance | path

Searched refs:getBounds (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp130 auto OuterLoopLB = OuterLoop.getBounds(SE); in analyzeLoopNestForPerfectNest()
205 auto OuterLoopLB = OuterLoop.getBounds(SE); in getInterveningInstructions()
H A DLoopInfo.cpp203 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 DLoopInfo.h166 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 DPrecompiledPreamble.h98 PreambleBounds getBounds() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h271 std::pair<unsigned, unsigned> getBounds() const override { in getBounds() function
H A DLVElement.h251 virtual std::pair<unsigned, unsigned> getBounds() const { return {}; } in getBounds() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp581 PreambleBounds PrecompiledPreamble::getBounds() const { in getBounds() function in PrecompiledPreamble
H A DASTUnit.cpp2547 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 DLVScope.cpp1138 std::tie(LowerBound, UpperBound) = Type->getBounds(); in resolveExtra()