Home
last modified time | relevance | path

Searched refs:PreCond (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopIdiomRecognize.cpp502 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transform() local
506 if (PreCond->getOperand(0) != Var) in transform()
510 cast<ICmpInst>(Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transform()
513 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transform()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h442 Expr *PreCond; member
476 NumIterations != nullptr && PreCond != nullptr && in builtAll()
486 PreCond = nullptr; in clear()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp2817 Expr *PreCond; member
2967 ResultIterSpace.PreCond = ISC.BuildPreCond(DSA.getCurScope(), For->getCond()); in CheckOpenMPIterationSpace()
2978 HasErrors |= (ResultIterSpace.PreCond == nullptr || in CheckOpenMPIterationSpace()
3158 auto PreCond = ExprResult(IterSpaces[0].PreCond); in CheckOpenMPLoop() local
3181 if (PreCond.isUsable()) { in CheckOpenMPLoop()
3182 PreCond = SemaRef.BuildBinOp(CurScope, SourceLocation(), BO_LAnd, in CheckOpenMPLoop()
3183 PreCond.get(), IterSpaces[Cnt].PreCond); in CheckOpenMPLoop()
3455 Built.PreCond = PreCond.get(); in CheckOpenMPLoop()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1670 Dir->setPreCond(Exprs.PreCond); in Create()
1710 Dir->setPreCond(Exprs.PreCond); in Create()
1757 Dir->setPreCond(Exprs.PreCond); in Create()
1913 Dir->setPreCond(Exprs.PreCond); in Create()
1958 Dir->setPreCond(Exprs.PreCond); in Create()