reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/DependenceAnalysis.cpp
 3266   assert(isLoadOrStore(Src) && "instruction is not load or store");
 3267   assert(isLoadOrStore(Dst) && "instruction is not load or store");
 3415   if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) {
 3415   if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) {
 3421   assert(isLoadOrStore(Src) && "instruction is not load or store");
 3422   assert(isLoadOrStore(Dst) && "instruction is not load or store");
 3840   assert(isLoadOrStore(Src));
 3841   assert(isLoadOrStore(Dst));