Searched refs:isInLoop (Results 1 – 6 of 6) sorted by relevance
1348 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM, in isInLoop() function1415 if (!isInLoop(Ctx, PM, UI->getUseExpr())) in diagnoseRepeatedUseOfWeak()
562 RdxParts[Part] = State.get(LoopExitingDef, Part, PhiR->isInLoop()); in generatePerPart()599 !PhiR->isInLoop()) { in generatePerPart()
1444 return R && !R->isInLoop(); in tryAddExplicitVectorLength()
1068 cast<VPReductionPHIRecipe>(PhiR)->isInLoop()); in execute()
8812 if (!PhiR || !PhiR->isInLoop() || (MinVF.isScalar() && !PhiR->isOrdered())) in adjustRecipesForReductions()8874 if (PhiR->isInLoop() && Blend) { in adjustRecipesForReductions()8984 if (!PhiR->isInLoop() && CM.foldTailByMasking()) { in adjustRecipesForReductions()9014 assert(!PhiR->isInLoop() && "Unexpected truncated inloop reduction!"); in adjustRecipesForReductions()
2020 bool isInLoop() const { return IsInLoop; } in isInLoop() function