Searched refs:PreCond (Results 1 – 4 of 4) sorted by relevance
267 Dir->setPreCond(Exprs.PreCond); in Create()302 Dir->setPreCond(Exprs.PreCond); in Create()369 Dir->setPreCond(Exprs.PreCond); in Create()499 Dir->setPreCond(Exprs.PreCond); in Create()544 Dir->setPreCond(Exprs.PreCond); in Create()837 Dir->setPreCond(Exprs.PreCond); in Create()941 Dir->setPreCond(Exprs.PreCond); in Create()986 Dir->setPreCond(Exprs.PreCond); in Create()1029 Dir->setPreCond(Exprs.PreCond); in Create()1074 Dir->setPreCond(Exprs.PreCond); in Create()[all …]
1989 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local1993 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()1997 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()2000 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
745 Expr *PreCond; member811 NumIterations != nullptr && PreCond != nullptr && in builtAll()823 PreCond = nullptr; in clear()
7132 Expr *PreCond = nullptr; member8640 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()8676 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()9006 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local9033 if (PreCond.isUsable()) { in checkOpenMPLoop()9034 PreCond = in checkOpenMPLoop()9035 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()9036 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()9537 Built.PreCond = PreCond.get(); in checkOpenMPLoop()