Searched refs:PreCond (Results 1 – 4 of 4) sorted by relevance
310 Dir->setPreCond(Exprs.PreCond); in Create()347 Dir->setPreCond(Exprs.PreCond); in Create()501 Dir->setPreCond(Exprs.PreCond); in Create()648 Dir->setPreCond(Exprs.PreCond); in Create()693 Dir->setPreCond(Exprs.PreCond); in Create()1025 Dir->setPreCond(Exprs.PreCond); in Create()1129 Dir->setPreCond(Exprs.PreCond); in Create()1174 Dir->setPreCond(Exprs.PreCond); in Create()1217 Dir->setPreCond(Exprs.PreCond); in Create()1262 Dir->setPreCond(Exprs.PreCond); in Create()[all …]
2311 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local2315 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()2319 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()2322 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
766 Expr *PreCond; member832 NumIterations != nullptr && PreCond != nullptr && in builtAll()844 PreCond = nullptr; in clear()
7719 Expr *PreCond = nullptr; member9254 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()9291 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()9703 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local9730 if (PreCond.isUsable()) { in checkOpenMPLoop()9731 PreCond = in checkOpenMPLoop()9732 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()9733 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()10245 Built.PreCond = PreCond.get(); in checkOpenMPLoop()