Home
last modified time | relevance | path

Searched refs:AllocsForIndirectGlobals (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp86 std::map<const Value*, const GlobalValue*> AllocsForIndirectGlobals; member in __anonddc2ca4f0111::GlobalsModRef
348 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV; in AnalyzeIndirectGlobalMemory()
522 if (AllocsForIndirectGlobals.count(UV1)) in alias()
523 GV1 = AllocsForIndirectGlobals[UV1]; in alias()
524 if (AllocsForIndirectGlobals.count(UV2)) in alias()
525 GV2 = AllocsForIndirectGlobals[UV2]; in alias()
570 I = AllocsForIndirectGlobals.begin(), in deleteValue()
571 E = AllocsForIndirectGlobals.end(); I != E; ) { in deleteValue()
573 AllocsForIndirectGlobals.erase(I++); in deleteValue()
584 AllocsForIndirectGlobals.erase(V); in deleteValue()