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()463 Dir->setPreCond(Exprs.PreCond); in Create()610 Dir->setPreCond(Exprs.PreCond); in Create()655 Dir->setPreCond(Exprs.PreCond); in Create()987 Dir->setPreCond(Exprs.PreCond); in Create()1091 Dir->setPreCond(Exprs.PreCond); in Create()1136 Dir->setPreCond(Exprs.PreCond); in Create()1179 Dir->setPreCond(Exprs.PreCond); in Create()1224 Dir->setPreCond(Exprs.PreCond); in Create()[all …]
2094 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local2098 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount()2102 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount()2105 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
766 Expr *PreCond; member832 NumIterations != nullptr && PreCond != nullptr && in builtAll()844 PreCond = nullptr; in clear()
7913 Expr *PreCond = nullptr; member9449 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()9486 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr || in checkOpenMPIterationSpace()9858 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() local9885 if (PreCond.isUsable()) { in checkOpenMPLoop()9886 PreCond = in checkOpenMPLoop()9887 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd, in checkOpenMPLoop()9888 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()10400 Built.PreCond = PreCond.get(); in checkOpenMPLoop()