Searched refs:computeInsertionPoints (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 740 void computeInsertionPoints(const VNtoInsns &Map, HoistingPointList &HPL, in computeInsertionPoints() function in llvm::GVNHoist 1134 computeInsertionPoints(II.getVNTable(), HPL, InsKind::Scalar); in hoistExpressions() 1135 computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load); in hoistExpressions() 1136 computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store); in hoistExpressions() 1137 computeInsertionPoints(CI.getScalarVNTable(), HPL, InsKind::Scalar); in hoistExpressions() 1138 computeInsertionPoints(CI.getLoadVNTable(), HPL, InsKind::Load); in hoistExpressions() 1139 computeInsertionPoints(CI.getStoreVNTable(), HPL, InsKind::Store); in hoistExpressions()
|