Searched refs:getVNTable (Results 1 – 1 of 1) sorted by relevance
173 const VNtoInsns &getVNTable() const { return VNtoScalars; } in getVNTable() function in llvm::InsnInfo191 const VNtoInsns &getVNTable() const { return VNtoLoads; } in getVNTable() function in llvm::LoadInfo210 const VNtoInsns &getVNTable() const { return VNtoStores; } in getVNTable() function in llvm::StoreInfo1193 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()