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

References

lib/Analysis/CFLGraph.h
  419       for (Value *V : Call.args())
  422       if (Call.getType()->isPointerTy())
  423         addNode(&Call);
  430       if (isMallocOrCallocLikeFn(&Call, &TLI) || isFreeCall(&Call, &TLI))
  430       if (isMallocOrCallocLikeFn(&Call, &TLI) || isFreeCall(&Call, &TLI))
  436       if (getPossibleTargets(Call, Targets))
  437         if (tryInterproceduralAnalysis(Call, Targets))
  444       if (!Call.onlyReadsMemory())
  445         for (Value *V : Call.args()) {
  456       if (Call.getType()->isPointerTy()) {
  457         auto *Fn = Call.getCalledFunction();
  461           Graph.addAttr(InstantiatedValue{&Call, 0}, getAttrUnknown());