reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/SROA.cpp
 4585         Worklist.remove_if(IsInSet);
 4586         PostPromotionWorklist.remove_if(IsInSet);
 4587         PromotableAllocas.erase(llvm::remove_if(PromotableAllocas, IsInSet),