Searched refs:computeInsertionPoints (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 405 void computeInsertionPoints(const VNtoInsns &Map, HoistingPointList &HPL, in computeInsertionPoints() function in llvm::GVNHoist 1228 computeInsertionPoints(II.getVNTable(), HPL, InsKind::Scalar); in hoistExpressions() 1229 computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load); in hoistExpressions() 1230 computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store); in hoistExpressions() 1231 computeInsertionPoints(CI.getScalarVNTable(), HPL, InsKind::Scalar); in hoistExpressions() 1232 computeInsertionPoints(CI.getLoadVNTable(), HPL, InsKind::Load); in hoistExpressions() 1233 computeInsertionPoints(CI.getStoreVNTable(), HPL, InsKind::Store); in hoistExpressions()
|