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

References

lib/Transforms/IPO/Attributor.cpp
 1416       !A.checkForAllCallLikeInstructions(CheckForNoSync, *this))
 1475     if (!A.checkForAllCallLikeInstructions(CheckForNoFree, *this))
 1766     if (!A.checkForAllCallLikeInstructions(CheckForNoRecurse, *this))
 1855     if (!A.checkForAllCallLikeInstructions(CheckForWillReturn, *this))
 3743   A.checkForAllCallLikeInstructions(MallocCallocCheck, *this);