Searched refs:UV1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp492 const Value *UV1 = GetUnderlyingObject(LocA.Ptr); local
497 const GlobalValue *GV1 = dyn_cast<GlobalValue>(UV1);
518 if (const LoadInst *LI = dyn_cast<LoadInst>(UV1))
529 if (AllocsForIndirectGlobals.count(UV1))
530 GV1 = AllocsForIndirectGlobals[UV1];

Completed in 76 milliseconds