Searched defs:AllocsForIndirectGlobals (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp83 /// AllocsForIndirectGlobals - If an instruction allocates memory for an
85 std::map<const Value*, const GlobalValue*> AllocsForIndirectGlobals; member in class:__anon21083::GlobalsModRef
350 // this global in AllocsForIndirectGlobals.
352 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV;
529 if (AllocsForIndirectGlobals.count(UV1))
530 GV1 = AllocsForIndirectGlobals[UV1];
531 if (AllocsForIndirectGlobals.count(UV2))
532 GV2 = AllocsForIndirectGlobals[UV2];
574 // Remove any entries in AllocsForIndirectGlobals for this global.
576 I = AllocsForIndirectGlobals
[all...]

Completed in 52 milliseconds