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

References

lib/Transforms/Utils/Local.cpp
 2962   AllocaForValueMapTy::iterator I = AllocaForValue.find(V);
 2963   if (I != AllocaForValue.end())
 2967   AllocaForValue[V] = nullptr;
 2970     Res = findAllocaForValue(CI->getOperand(0), AllocaForValue);
 2976       AllocaInst *IncValueAI = findAllocaForValue(IncValue, AllocaForValue);
 2983     Res = findAllocaForValue(EP->getPointerOperand(), AllocaForValue);
 2989     AllocaForValue[V] = Res;