Searched refs:NLDI (Results 1 – 2 of 2) sorted by relevance
110 const MemoryDependenceAnalysis::NonLocalDepInfo &NLDI = in runOnFunction() local115 I = NLDI.begin(), E = NLDI.end(); I != E; ++I) { in runOnFunction()120 SmallVector<NonLocalDepResult, 4> NLDI; in runOnFunction() local123 MDA.getNonLocalPointerDependency(Inst, NLDI); in runOnFunction()127 I = NLDI.begin(), E = NLDI.end(); I != E; ++I) { in runOnFunction()
1548 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst); in removeInstruction() local1549 if (NLDI != NonLocalDeps.end()) { in removeInstruction()1550 NonLocalDepInfo &BlockMap = NLDI->second.first; in removeInstruction()1555 NonLocalDeps.erase(NLDI); in removeInstruction()