Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1074 Value *CondWithoutFreeze = CondInst; in processBlock() local
1076 CondWithoutFreeze = FI->getOperand(0); in processBlock()
1078 if (CmpInst *CondCmp = dyn_cast<CmpInst>(CondWithoutFreeze)) { in processBlock()
1117 Value *SimplifyValue = CondWithoutFreeze; in processBlock()
1142 PHINode *PN = dyn_cast<PHINode>(CondWithoutFreeze); in processBlock()