Searched refs:OldCond (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1183 auto *OldCond = BI->getCondition(); in replaceExitCond() local 1187 if (OldCond->use_empty()) in replaceExitCond() 1188 DeadInsts.emplace_back(OldCond); in replaceExitCond() 1195 auto *OldCond = BI->getCondition(); in createFoldedExitCond() local 1196 return ConstantInt::get(OldCond->getType(), in createFoldedExitCond() 1337 Value *OldCond = BI->getCondition(); in optimizeLoopExitWithUnknownExitCount() local 1338 Visited.insert(OldCond); in optimizeLoopExitWithUnknownExitCount() 1339 Worklist.push_back(OldCond); in optimizeLoopExitWithUnknownExitCount() 1393 for (auto *OldCond : LeafConditions) { in optimizeLoopExitWithUnknownExitCount() local 1403 OptimisticSkipLastIter = !ICmpsFailingOnLastIter.count(OldCond); in optimizeLoopExitWithUnknownExitCount() [all …]
|
H A D | LoopPredication.cpp | 746 auto *OldCond = Guard->getOperand(0); in widenICmpRangeCheck() 750 Builder.CreateAssumption(OldCond); in widenICmpRangeCheck() 752 RecursivelyDeleteTriviallyDeadInstructions(OldCond, nullptr /* TLI */, MSSAU); in widenICmpRangeCheck() 781 auto *OldCond = BI->getCondition(); in collectChecks() 800 RecursivelyDeleteTriviallyDeadInstructions(OldCond, nullptr /* TLI */, MSSAU); in collectChecks() 1170 Value *OldCond = BI->getCondition(); in predicateLoopExits() 1171 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue)); in predicateLoopExits() 828 auto *OldCond = Guard->getOperand(0); widenGuardConditions() local 864 auto *OldCond = BI->getCondition(); widenWidenableBranchGuardConditions() local 1253 Value *OldCond = BI->getCondition(); predicateLoopExits() local
|
H A D | LoopStrengthReduce.cpp | 2724 ICmpInst *OldCond = Cond; in OptimizeLoopTermCond() local 2731 TermBr->replaceUsesOfWith(OldCond, Cond); in OptimizeLoopTermCond()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 549 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec() local 558 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in InsertLoopDec() 595 Value *OldCond = ExitBranch->getCondition(); in UpdateBranch() local 604 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in UpdateBranch()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 236 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentFunctionAttrCondition() argument 242 ExprResult Result = S.SubstExpr(OldCond, TemplateArgs); in instantiateDependentFunctionAttrCondition() 255 if (OldCond->isValueDependent() && !Cond->isValueDependent() && in instantiateDependentFunctionAttrCondition() 575 Expr *OldCond = ES.getExpr(); in instantiateExplicitSpecifier() local 580 ExprResult SubstResult = SubstExpr(OldCond, TemplateArgs); in instantiateExplicitSpecifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAsmAlias.td | 369 class CondCodeAlias<string Prefix,string Suffix, string OldCond, string NewCond, 371 : MnemonicAlias<!strconcat(Prefix, OldCond, Suffix),
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 7499 auto *OldCond = BI->getCondition(); in simplifyCondBranch() local 7503 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in simplifyCondBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 23895 auto OldCond = in performSETCCCombine() local 23897 auto NewCond = getInvertedCondCode(OldCond); in performSETCCCombine()
|