| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1159 auto *OldCond = BI->getCondition(); in replaceExitCond() local 1163 if (OldCond->use_empty()) in replaceExitCond() 1164 DeadInsts.emplace_back(OldCond); in replaceExitCond() 1171 auto *OldCond = BI->getCondition(); in createFoldedExitCond() local 1172 return ConstantInt::get(OldCond->getType(), in createFoldedExitCond() 1313 Value *OldCond = BI->getCondition(); in optimizeLoopExitWithUnknownExitCount() local 1314 Visited.insert(OldCond); in optimizeLoopExitWithUnknownExitCount() 1315 Worklist.push_back(OldCond); in optimizeLoopExitWithUnknownExitCount() 1369 for (auto *OldCond : LeafConditions) { in optimizeLoopExitWithUnknownExitCount() local 1379 OptimisticSkipLastIter = !ICmpsFailingOnLastIter.count(OldCond); in optimizeLoopExitWithUnknownExitCount() [all …]
|
| H A D | LoopPredication.cpp | 745 auto *OldCond = Guard->getOperand(0); in widenGuardConditions() local 749 Builder.CreateAssumption(OldCond); in widenGuardConditions() 751 RecursivelyDeleteTriviallyDeadInstructions(OldCond, nullptr /* TLI */, MSSAU); in widenGuardConditions() 780 auto *OldCond = BI->getCondition(); in widenWidenableBranchGuardConditions() local 799 RecursivelyDeleteTriviallyDeadInstructions(OldCond, nullptr /* TLI */, MSSAU); in widenWidenableBranchGuardConditions() 1169 Value *OldCond = BI->getCondition(); in predicateLoopExits() local 1170 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue)); in predicateLoopExits()
|
| H A D | LoopStrengthReduce.cpp | 2713 ICmpInst *OldCond = Cond; in OptimizeLoopTermCond() local 2720 TermBr->replaceUsesOfWith(OldCond, Cond); in OptimizeLoopTermCond()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 545 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec() local 554 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in InsertLoopDec() 589 Value *OldCond = ExitBranch->getCondition(); in UpdateBranch() local 598 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in UpdateBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 425 unsigned OldCond = Cond[0].getImm(); in analyzeBranch() local 426 if (OldCond == ThisCond[0].getImm()) in analyzeBranch()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 202 const Stmt *OldInit, const Stmt *OldCond, in ForStmtBeginChecker() argument 206 Info(CheckForInfo{{OldInit, OldCond, OldInc}, {Init, Cond, Inc}}) {} in ForStmtBeginChecker()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 238 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentFunctionAttrCondition() argument 244 ExprResult Result = S.SubstExpr(OldCond, TemplateArgs); in instantiateDependentFunctionAttrCondition() 257 if (OldCond->isValueDependent() && !Cond->isValueDependent() && in instantiateDependentFunctionAttrCondition() 611 Expr *OldCond = ES.getExpr(); in instantiateExplicitSpecifier() local 616 ExprResult SubstResult = SubstExpr(OldCond, TemplateArgs); in instantiateExplicitSpecifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAsmAlias.td | 395 class CondCodeAlias<string Prefix,string Suffix, string OldCond, string NewCond, 397 : MnemonicAlias<!strconcat(Prefix, OldCond, Suffix),
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 7964 auto *OldCond = BI->getCondition(); in simplifyCondBranch() local 7968 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in simplifyCondBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 25168 AArch64CC::CondCode OldCond = in performCSELCombine() local 25170 AArch64CC::CondCode NewCond = getSwappedCondition(OldCond); in performCSELCombine() 25272 auto OldCond = in performSETCCCombine() local 25274 auto NewCond = getInvertedCondCode(OldCond); in performSETCCCombine()
|