reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
324 if (isa<PHINode>(U) || U->getParent() != Block) 324 if (isa<PHINode>(U) || U->getParent() != Block) 326 for (Value *Op : U->operands()) 328 M.insert({U, U->clone()}); 328 M.insert({U, U->clone()});