Searched refs:OldCond (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp460 Value *OldCond = ExitBranch->getCondition(); local
469 RecursivelyDeleteTriviallyDeadInstructions(OldCond);
505 Value *OldCond = ExitBranch->getCondition(); local
514 RecursivelyDeleteTriviallyDeadInstructions(OldCond);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp808 auto *OldCond = Guard->getOperand(0); local
810 RecursivelyDeleteTriviallyDeadInstructions(OldCond);
834 auto *OldCond = BI->getCondition(); local
836 RecursivelyDeleteTriviallyDeadInstructions(OldCond);
1179 Value *OldCond = BI->getCondition(); local
1180 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue));
H A DIndVarSimplify.cpp2767 auto *OldCond = BI->getCondition();
2768 auto *NewCond = ConstantInt::get(OldCond->getType(),
2771 if (OldCond->use_empty())
2772 DeadInsts.push_back(OldCond);
2996 Value *OldCond = BI->getCondition(); local
2998 if (OldCond->use_empty())
2999 DeadInsts.push_back(OldCond);
H A DLoopStrengthReduce.cpp2481 ICmpInst *OldCond = Cond; local
2488 TermBr->replaceUsesOfWith(OldCond, Cond);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp183 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) {
189 ExprResult Result = S.SubstExpr(OldCond, TemplateArgs);
202 if (OldCond->isValueDependent() && !Cond->isValueDependent() &&
468 Expr *OldCond = ES.getExpr();
473 ExprResult SubstResult = S.SubstExpr(OldCond, TemplateArgs);
181 instantiateDependentFunctionAttrCondition( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5955 auto *OldCond = BI->getCondition(); local
5959 RecursivelyDeleteTriviallyDeadInstructions(OldCond);

Completed in 129 milliseconds