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

References

lib/Transforms/Utils/Local.cpp
 2970     Res = findAllocaForValue(CI->getOperand(0), AllocaForValue);
 2978       if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res))
 2978       if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res))
 2980       Res = IncValueAI;
 2983     Res = findAllocaForValue(EP->getPointerOperand(), AllocaForValue);
 2988   if (Res)
 2989     AllocaForValue[V] = Res;
 2990   return Res;