Searched refs:PreCond (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 99 Dir->setPreCond(Exprs.PreCond); in Create() 141 Dir->setPreCond(Exprs.PreCond); in Create() 194 Dir->setPreCond(Exprs.PreCond); in Create() 363 Dir->setPreCond(Exprs.PreCond); in Create() 414 Dir->setPreCond(Exprs.PreCond); in Create() 754 Dir->setPreCond(Exprs.PreCond); in Create() 897 Dir->setPreCond(Exprs.PreCond); in Create() 948 Dir->setPreCond(Exprs.PreCond); in Create() 998 Dir->setPreCond(Exprs.PreCond); in Create() 1072 Dir->setPreCond(Exprs.PreCond); in Create() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 1221 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local 1225 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount() 1229 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount() 1232 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 1685 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transformLoopToPopcount() local 1689 if (PreCond->getOperand(0) != Var) in transformLoopToPopcount() 1693 Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transformLoopToPopcount() 1696 RecursivelyDeleteTriviallyDeadInstructions(PreCond, TLI); in transformLoopToPopcount()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 523 Expr *PreCond; member 567 NumIterations != nullptr && PreCond != nullptr && in builtAll() 577 PreCond = nullptr; in clear()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4556 Expr *PreCond = nullptr; member 4735 ResultIterSpace.PreCond = in CheckOpenMPIterationSpace() 4751 HasErrors |= (ResultIterSpace.PreCond == nullptr || in CheckOpenMPIterationSpace() 5014 auto PreCond = ExprResult(IterSpaces[0].PreCond); in CheckOpenMPLoop() local 5037 if (PreCond.isUsable()) { in CheckOpenMPLoop() 5038 PreCond = SemaRef.BuildBinOp(CurScope, SourceLocation(), BO_LAnd, in CheckOpenMPLoop() 5039 PreCond.get(), IterSpaces[Cnt].PreCond); in CheckOpenMPLoop() 5347 Built.PreCond = PreCond.get(); in CheckOpenMPLoop()
|