Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp403 void computeInsertionPoints(const VNtoInsns &Map, HoistingPointList &HPL, in computeInsertionPoints() function in llvm::GVNHoist
1222 computeInsertionPoints(II.getVNTable(), HPL, InsKind::Scalar); in hoistExpressions()
1223 computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load); in hoistExpressions()
1224 computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store); in hoistExpressions()
1225 computeInsertionPoints(CI.getScalarVNTable(), HPL, InsKind::Scalar); in hoistExpressions()
1226 computeInsertionPoints(CI.getLoadVNTable(), HPL, InsKind::Load); in hoistExpressions()
1227 computeInsertionPoints(CI.getStoreVNTable(), HPL, InsKind::Store); in hoistExpressions()