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

References

lib/Analysis/CFLGraph.h
  430       if (isMallocOrCallocLikeFn(&Call, &TLI) || isFreeCall(&Call, &TLI))
lib/Analysis/GlobalsModRef.cpp
  374             isFreeCall(I, &GetTLI(*Call->getFunction()))) {
  581           if (isAllocationFn(Call, &TLI) || isFreeCall(Call, &TLI)) {
lib/Transforms/IPO/Attributor.cpp
 3673         if (isFreeCall(UserI, TLI)) {
lib/Transforms/InstCombine/InstCombineCalls.cpp
 1786   if (isFreeCall(&CI, &TLI))
lib/Transforms/InstCombine/InstructionCombining.cpp
 2333         if (isFreeCall(I, TLI)) {
lib/Transforms/Scalar/DeadStoreElimination.cpp
 1088     if (CallInst *F = isFreeCall(&*BBI, TLI)) {
lib/Transforms/Utils/Local.cpp
  425   if (CallInst *CI = isFreeCall(I, TLI))