Searched refs:CondWithoutFreeze (Results 1 – 1 of 1) sorted by relevance
1160 Value *CondWithoutFreeze = CondInst; in processBlock() local1162 CondWithoutFreeze = FI->getOperand(0); in processBlock()1164 if (CmpInst *CondCmp = dyn_cast<CmpInst>(CondWithoutFreeze)) { in processBlock()1203 Value *SimplifyValue = CondWithoutFreeze; in processBlock()1228 PHINode *PN = dyn_cast<PHINode>(CondWithoutFreeze); in processBlock()