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

Declarations

include/llvm/Transforms/Utils/Local.h
  278 CallInst *createCallMatchingInvoke(InvokeInst *II);

References

lib/Transforms/IPO/Attributor.cpp
 2185               CallInst *CI = createCallMatchingInvoke(II);
lib/Transforms/Utils/Local.cpp
 1956   CallInst *NewCall = createCallMatchingInvoke(II);