Home
last modified time | relevance | path

Searched refs:computeInsertionPoints (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp390 void computeInsertionPoints(const VNtoInsns &Map, HoistingPointList &HPL, in computeInsertionPoints() function in llvm::GVNHoist
1193 computeInsertionPoints(II.getVNTable(), HPL, InsKind::Scalar); in hoistExpressions()
1194 computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load); in hoistExpressions()
1195 computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store); in hoistExpressions()
1196 computeInsertionPoints(CI.getScalarVNTable(), HPL, InsKind::Scalar); in hoistExpressions()
1197 computeInsertionPoints(CI.getLoadVNTable(), HPL, InsKind::Load); in hoistExpressions()
1198 computeInsertionPoints(CI.getStoreVNTable(), HPL, InsKind::Store); in hoistExpressions()