Home | History | Annotate | Download | only in Scalar

Lines Matching defs:NewInst

329     const SwitchInst *NewInst = cast_or_null<SwitchInst>(NewI);
330 assert(NewInst && "All instructions that are in SrcBB must be in VMap.");
332 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];