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

/freebsd-10.3-release/contrib/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp493 const Value *UV2 = GetUnderlyingObject(LocB.Ptr); local
498 const GlobalValue *GV2 = dyn_cast<GlobalValue>(UV2);
522 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2))
531 if (AllocsForIndirectGlobals.count(UV2))
532 GV2 = AllocsForIndirectGlobals[UV2];

Completed in 96 milliseconds