reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
518 MemoryUseOrDef *U, InsKind K, int &NBBsOnAllPaths) { 541 if (K == InsKind::Store) { 596 void checkSafety(CHIArgs C, BasicBlock *BB, InsKind K, 603 if (K == InsKind::Scalar) { 1131 computeInsertionPoints(II.getVNTable(), HPL, InsKind::Scalar); 1132 computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load); 1133 computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store); 1134 computeInsertionPoints(CI.getScalarVNTable(), HPL, InsKind::Scalar); 1135 computeInsertionPoints(CI.getLoadVNTable(), HPL, InsKind::Load); 1136 computeInsertionPoints(CI.getStoreVNTable(), HPL, InsKind::Store);