Home
last modified time | relevance | path

Searched refs:CondCmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1068 if (CmpInst *CondCmp = dyn_cast<CmpInst>(CondWithoutFreeze)) { in processBlock() local
1072 if (Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1))) { in processBlock()
1074 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in processBlock()
1085 if (replaceFoldableUses(CondCmp, Res, BB)) in processBlock()
1091 if (tryToUnfoldSelect(CondCmp, BB)) in processBlock()
1106 if (CmpInst *CondCmp = dyn_cast<CmpInst>(SimplifyValue)) in processBlock() local
1107 if (isa<Constant>(CondCmp->getOperand(1))) in processBlock()
1108 SimplifyValue = CondCmp->getOperand(0); in processBlock()
1524 if (CmpInst *CondCmp = dyn_cast<CmpInst>(V)) { in evaluateOnPredecessorEdge() local
1525 if (CondCmp->getParent() == BB) { in evaluateOnPredecessorEdge()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h161 bool tryToUnfoldSelect(CmpInst *CondCmp, BasicBlock *BB);