Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp402 void computeInsertionPoints(const VNtoInsns &Map, HoistingPointList &HPL, in computeInsertionPoints() function in llvm::GVNHoist
1197 computeInsertionPoints(II.getVNTable(), HPL, InsKind::Scalar); in hoistExpressions()
1198 computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load); in hoistExpressions()
1199 computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store); in hoistExpressions()
1200 computeInsertionPoints(CI.getScalarVNTable(), HPL, InsKind::Scalar); in hoistExpressions()
1201 computeInsertionPoints(CI.getLoadVNTable(), HPL, InsKind::Load); in hoistExpressions()
1202 computeInsertionPoints(CI.getStoreVNTable(), HPL, InsKind::Store); in hoistExpressions()