reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
73 bool collectInstructions(llvm::function_ref<bool(Instruction *)> const &Pred,
80 N->collectInstructions([](const Instruction *I) { return true; }, SrcIList); 134 (*SrcIt)->collectInstructions(isMemoryAccess, SrcIList); 142 (*DstIt)->collectInstructions(isMemoryAccess, DstIList);