Lines Matching refs:InsKind
278 enum InsKind { Unknown, Scalar, Load, Store }; enum in llvm::GVNHoist
319 MemoryUseOrDef *U, InsKind K, int &NBBsOnAllPaths);
346 void checkSafety(CHIArgs C, BasicBlock *BB, InsKind K,
385 void findHoistableCandidates(OutValuesType &CHIBBs, InsKind K,
391 InsKind K) { in computeInsertionPoints()
708 GVNHoist::InsKind K, int &NBBsOnAllPaths) { in safeToHoistLdSt()
731 if (K == InsKind::Store) { in safeToHoistLdSt()
760 void GVNHoist::checkSafety(CHIArgs C, BasicBlock *BB, GVNHoist::InsKind K, in checkSafety()
773 if (K == InsKind::Scalar) { in checkSafety()
835 GVNHoist::InsKind K, in findHoistableCandidates()
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()