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

References

lib/Transforms/Instrumentation/InstrProfiling.cpp
  597   GlobalVariable *Name = Ind->getName();
  603   uint64_t ValueKind = Ind->getValueKind()->getZExtValue();
  604   uint64_t Index = Ind->getIndex()->getZExtValue();
  608   IRBuilder<> Builder(Ind);
  609   bool IsRange = (Ind->getValueKind()->getZExtValue() ==
  612   auto *TLI = &GetTLI(*Ind->getFunction());
  614     Value *Args[3] = {Ind->getTargetValue(),
  620         Ind->getTargetValue(),
  631   Ind->replaceAllUsesWith(Call);
  632   Ind->eraseFromParent();