Home
last modified time | relevance | path

Searched refs:OldCond (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1171 auto *OldCond = BI->getCondition(); in replaceExitCond() local
1175 if (OldCond->use_empty()) in replaceExitCond()
1176 DeadInsts.emplace_back(OldCond); in replaceExitCond()
1183 auto *OldCond = BI->getCondition(); in createFoldedExitCond() local
1325 Value *OldCond = BI->getCondition(); in optimizeLoopExitWithUnknownExitCount() local
1326 Visited.insert(OldCond); in optimizeLoopExitWithUnknownExitCount()
1327 Worklist.push_back(OldCond); in optimizeLoopExitWithUnknownExitCount()
1381 for (auto *OldCond : LeafConditions) { in optimizeLoopExitWithUnknownExitCount() local
1405 DeadInsts.push_back(OldCond); in optimizeLoopExitWithUnknownExitCount()
1873 if (OldCond->use_empty()) in predicateLoopExits()
[all …]
H A DLoopPredication.cpp746 auto *OldCond = Guard->getOperand(0); in widenGuardConditions() local
750 Builder.CreateAssumption(OldCond); in widenGuardConditions()
752 RecursivelyDeleteTriviallyDeadInstructions(OldCond, nullptr /* TLI */, MSSAU); in widenGuardConditions()
781 auto *OldCond = BI->getCondition(); in widenWidenableBranchGuardConditions() local
800 RecursivelyDeleteTriviallyDeadInstructions(OldCond, nullptr /* TLI */, MSSAU); in widenWidenableBranchGuardConditions()
1170 Value *OldCond = BI->getCondition(); in predicateLoopExits() local
1171 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue)); in predicateLoopExits()
H A DLoopStrengthReduce.cpp2535 ICmpInst *OldCond = Cond; in OptimizeLoopTermCond() local
2542 TermBr->replaceUsesOfWith(OldCond, Cond); in OptimizeLoopTermCond()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp544 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec() local
553 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in InsertLoopDec()
587 Value *OldCond = ExitBranch->getCondition(); in UpdateBranch() local
596 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in UpdateBranch()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp231 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentFunctionAttrCondition() argument
237 ExprResult Result = S.SubstExpr(OldCond, TemplateArgs); in instantiateDependentFunctionAttrCondition()
250 if (OldCond->isValueDependent() && !Cond->isValueDependent() && in instantiateDependentFunctionAttrCondition()
570 Expr *OldCond = ES.getExpr(); in instantiateExplicitSpecifier() local
575 ExprResult SubstResult = SubstExpr(OldCond, TemplateArgs); in instantiateExplicitSpecifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAsmAlias.td239 class CondCodeAlias<string Prefix,string Suffix, string OldCond, string NewCond,
241 : MnemonicAlias<!strconcat(Prefix, OldCond, Suffix),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7302 auto *OldCond = BI->getCondition(); in simplifyCondBranch() local
7306 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in simplifyCondBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22461 auto OldCond = in performSETCCCombine() local
22463 auto NewCond = getInvertedCondCode(OldCond); in performSETCCCombine()