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()968 Dir->setPreCond(Exprs.PreCond); in Create()1072 Dir->setPreCond(Exprs.PreCond); in Create()1117 Dir->setPreCond(Exprs.PreCond); in Create()1160 Dir->setPreCond(Exprs.PreCond); in Create()1205 Dir->setPreCond(Exprs.PreCond); in Create()[all …]
2178 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local2182 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()2186 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()2189 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
751 Expr *PreCond; member817 NumIterations != nullptr && PreCond != nullptr && in builtAll()829 PreCond = nullptr; in clear()
7762 Expr *PreCond = nullptr; member9265 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()9302 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()9643 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local9670 if (PreCond.isUsable()) { in checkOpenMPLoop()9671 PreCond = in checkOpenMPLoop()9672 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()9673 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()10187 Built.PreCond = PreCond.get(); in checkOpenMPLoop()