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()461 Dir->setPreCond(Exprs.PreCond); in Create()591 Dir->setPreCond(Exprs.PreCond); in Create()636 Dir->setPreCond(Exprs.PreCond); in Create()953 Dir->setPreCond(Exprs.PreCond); in Create()1057 Dir->setPreCond(Exprs.PreCond); in Create()1102 Dir->setPreCond(Exprs.PreCond); in Create()1145 Dir->setPreCond(Exprs.PreCond); in Create()1190 Dir->setPreCond(Exprs.PreCond); in Create()[all …]
2176 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local2180 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()2184 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()2187 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
750 Expr *PreCond; member816 NumIterations != nullptr && PreCond != nullptr && in builtAll()828 PreCond = nullptr; in clear()
7678 Expr *PreCond = nullptr; member9182 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()9219 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()9560 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local9587 if (PreCond.isUsable()) { in checkOpenMPLoop()9588 PreCond = in checkOpenMPLoop()9589 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()9590 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()10104 Built.PreCond = PreCond.get(); in checkOpenMPLoop()