Searched refs:PreCond (Results 1 – 4 of 4) sorted by relevance
311 Dir->setPreCond(Exprs.PreCond); in Create()346 Dir->setPreCond(Exprs.PreCond); in Create()522 Dir->setPreCond(Exprs.PreCond); in Create()669 Dir->setPreCond(Exprs.PreCond); in Create()714 Dir->setPreCond(Exprs.PreCond); in Create()1063 Dir->setPreCond(Exprs.PreCond); in Create()1167 Dir->setPreCond(Exprs.PreCond); in Create()1212 Dir->setPreCond(Exprs.PreCond); in Create()1255 Dir->setPreCond(Exprs.PreCond); in Create()1300 Dir->setPreCond(Exprs.PreCond); in Create()[all …]
2616 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local2620 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()2624 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()2627 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
750 Expr *PreCond; member816 NumIterations != nullptr && PreCond != nullptr && in builtAll()828 PreCond = nullptr; in clear()
7672 Expr *PreCond = nullptr; member9295 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()9332 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()9791 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local9818 if (PreCond.isUsable()) { in checkOpenMPLoop()9819 PreCond = in checkOpenMPLoop()9820 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()9821 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()10333 Built.PreCond = PreCond.get(); in checkOpenMPLoop()