Searched refs:PreCond (Results 1 – 4 of 4) sorted by relevance
502 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transform() local506 if (PreCond->getOperand(0) != Var) in transform()510 cast<ICmpInst>(Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transform()513 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transform()
442 Expr *PreCond; member476 NumIterations != nullptr && PreCond != nullptr && in builtAll()486 PreCond = nullptr; in clear()
2817 Expr *PreCond; member2967 ResultIterSpace.PreCond = ISC.BuildPreCond(DSA.getCurScope(), For->getCond()); in CheckOpenMPIterationSpace()2978 HasErrors |= (ResultIterSpace.PreCond == nullptr || in CheckOpenMPIterationSpace()3158 auto PreCond = ExprResult(IterSpaces[0].PreCond); in CheckOpenMPLoop() local3181 if (PreCond.isUsable()) { in CheckOpenMPLoop()3182 PreCond = SemaRef.BuildBinOp(CurScope, SourceLocation(), BO_LAnd, in CheckOpenMPLoop()3183 PreCond.get(), IterSpaces[Cnt].PreCond); in CheckOpenMPLoop()3455 Built.PreCond = PreCond.get(); in CheckOpenMPLoop()
1670 Dir->setPreCond(Exprs.PreCond); in Create()1710 Dir->setPreCond(Exprs.PreCond); in Create()1757 Dir->setPreCond(Exprs.PreCond); in Create()1913 Dir->setPreCond(Exprs.PreCond); in Create()1958 Dir->setPreCond(Exprs.PreCond); in Create()