Home
last modified time | relevance | path

Searched refs:isInLoop (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DReachingInsns.h33 bool isInLoop(const BinaryBasicBlock &BB) { in isInLoop() function
39 bool isInLoop(const MCInst &Inst) { in isInLoop() function
42 return isInLoop(*BB); in isInLoop()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1320 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM, in isInLoop() function
1387 if (!isInLoop(Ctx, PM, UI->getUseExpr())) in diagnoseRepeatedUseOfWeak()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1364 bool isInLoop() const { return IsInLoop; } in isInLoop() function
H A DLoopVectorize.cpp3879 if (Cost->foldTailByMasking() && !PhiR->isInLoop()) { in fixReduction()
3916 assert(!PhiR->isInLoop() && "Unexpected truncated inloop reduction!"); in fixReduction()
3971 if (VF.isVector() && !PhiR->isInLoop()) { in fixReduction()
9183 if (!PhiR || PhiR->isInLoop()) in adjustRecipesForReductions()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp797 if (RI.isInLoop(BB)) in computeSaveLocations()