Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h93 PreambleBounds getBounds() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp201 Optional<Loop::LoopBounds> Loop::LoopBounds::getBounds(const Loop &L, in getBounds() function in Loop::LoopBounds
287 Optional<Loop::LoopBounds> Loop::getBounds(ScalarEvolution &SE) const { in getBounds() function in Loop
289 return LoopBounds::getBounds(*this, *IndVar, SE); in getBounds()
H A DLoopNestAnalysis.cpp73 auto OuterLoopLB = OuterLoop.getBounds(SE); in arePerfectlyNested()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h643 static Optional<Loop::LoopBounds> getBounds(const Loop &L, PHINode &IndVar,
729 Optional<LoopBounds> getBounds(ScalarEvolution &SE) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp470 PreambleBounds PrecompiledPreamble::getBounds() const { in getBounds() function in PrecompiledPreamble
H A DASTUnit.cpp2498 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble()
2520 Offs < Preamble->getBounds().Size) { in mapLocationToPreamble()