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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h92 PreambleBounds getBounds() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp74 auto OuterLoopLB = OuterLoop.getBounds(SE);
H A DLoopInfo.cpp199 Optional<Loop::LoopBounds> Loop::LoopBounds::getBounds(const Loop &L,
285 Optional<Loop::LoopBounds> Loop::getBounds(ScalarEvolution &SE) const {
287 return LoopBounds::getBounds(*this, *IndVar, SE);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h607 /// - getBounds
629 static Optional<Loop::LoopBounds> getBounds(const Loop &L, PHINode &IndVar,
715 Optional<LoopBounds> getBounds(ScalarEvolution &SE) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp470 PreambleBounds PrecompiledPreamble::getBounds() const { function in class:PrecompiledPreamble
H A DASTUnit.cpp2525 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) {
2547 Offs < Preamble->getBounds().Size) {

Completed in 124 milliseconds