reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
82 const Function *F = I->getParent()->getParent(); 88 if (const LoadInst *LI = dyn_cast<LoadInst>(I)) { 94 } else if (const StoreInst *SI = dyn_cast<StoreInst>(I)) { 140 } else if (isa<BitCastInst>(I) || isa<GetElementPtrInst>(I)) { 140 } else if (isa<BitCastInst>(I) || isa<GetElementPtrInst>(I)) { 143 if (analyzeGlobalAux(I, GS, VisitedUsers)) 145 } else if (isa<SelectInst>(I) || isa<PHINode>(I)) { 145 } else if (isa<SelectInst>(I) || isa<PHINode>(I)) { 150 if (VisitedUsers.insert(I).second) 151 if (analyzeGlobalAux(I, GS, VisitedUsers)) 153 } else if (isa<CmpInst>(I)) { 155 } else if (const MemTransferInst *MTI = dyn_cast<MemTransferInst>(I)) { 162 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { 167 } else if (auto C = ImmutableCallSite(I)) {