Searched refs:PreCond (Results 1 – 4 of 4) sorted by relevance
286 Dir->setPreCond(Exprs.PreCond); in Create()321 Dir->setPreCond(Exprs.PreCond); in Create()407 Dir->setPreCond(Exprs.PreCond); in Create()537 Dir->setPreCond(Exprs.PreCond); in Create()582 Dir->setPreCond(Exprs.PreCond); in Create()875 Dir->setPreCond(Exprs.PreCond); in Create()979 Dir->setPreCond(Exprs.PreCond); in Create()1024 Dir->setPreCond(Exprs.PreCond); in Create()1067 Dir->setPreCond(Exprs.PreCond); in Create()1112 Dir->setPreCond(Exprs.PreCond); in Create()[all …]
2035 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local2039 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()2043 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()2046 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
750 Expr *PreCond; member816 NumIterations != nullptr && PreCond != nullptr && in builtAll()828 PreCond = nullptr; in clear()
7148 Expr *PreCond = nullptr; member8646 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()8682 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local9057 if (PreCond.isUsable()) { in checkOpenMPLoop()9058 PreCond = in checkOpenMPLoop()9059 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()9060 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()9571 Built.PreCond = PreCond.get(); in checkOpenMPLoop()