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

References

lib/Transforms/Instrumentation/InstrProfiling.cpp
  617     Call = Builder.CreateCall(getOrInsertValueProfilingCall(*M, *TLI), Args);
  626     Call =
  630     Call->addParamAttr(2, AK);
  631   Ind->replaceAllUsesWith(Call);