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

References

lib/Transforms/Scalar/GVNHoist.cpp
 1131     computeInsertionPoints(II.getVNTable(), HPL, InsKind::Scalar);
 1132     computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load);
 1133     computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store);
 1134     computeInsertionPoints(CI.getScalarVNTable(), HPL, InsKind::Scalar);
 1135     computeInsertionPoints(CI.getLoadVNTable(), HPL, InsKind::Load);
 1136     computeInsertionPoints(CI.getStoreVNTable(), HPL, InsKind::Store);
 1137     return hoist(HPL);