Home
last modified time | relevance | path

Searched defs:OldCond (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1183 auto *OldCond = BI->getCondition(); replaceExitCond() local
1195 auto *OldCond = BI->getCondition(); createFoldedExitCond() local
1337 Value *OldCond = BI->getCondition(); optimizeLoopExitWithUnknownExitCount() local
1393 for (auto *OldCond : LeafConditions) { optimizeLoopExitWithUnknownExitCount() local
1883 Value *OldCond = BI->getCondition(); predicateLoopExits() local
[all...]
H A DLoopPredication.cpp1170 BI->setCondition(ConstantInt::get(OldCond->getType(), !ExitIfTrue)); in predicateLoopExits() local
746 auto *OldCond = Guard->getOperand(0); widenGuardConditions() local
781 auto *OldCond = BI->getCondition(); widenWidenableBranchGuardConditions() local
H A DLoopStrengthReduce.cpp2720 ICmpInst *OldCond = Cond; OptimizeLoopTermCond() local
/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp549 Value *OldCond = ExitBranch->getCondition(); InsertLoopDec() local
595 Value *OldCond = ExitBranch->getCondition(); UpdateBranch() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp236 instantiateDependentFunctionAttrCondition(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const Attr * A,Expr * OldCond,const Decl * Tmpl,FunctionDecl * New) instantiateDependentFunctionAttrCondition() argument
575 Expr *OldCond = ES.getExpr(); instantiateExplicitSpecifier() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7494 auto *OldCond = BI->getCondition(); simplifyCondBranch() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23681 auto OldCond = performSETCCCombine() local
[all...]