reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
305 IRBuilder<> AtEntry(IP->getParent(), IP); 305 IRBuilder<> AtEntry(IP->getParent(), IP); 310 while (isa<AllocaInst>(IP)) 311 ++IP; 312 AtEntry.SetInsertPoint(IP->getParent(), IP); 312 AtEntry.SetInsertPoint(IP->getParent(), IP); 337 while (isa<StoreInst>(IP)) 338 ++IP; 339 AtEntry.SetInsertPoint(IP->getParent(), IP); 339 AtEntry.SetInsertPoint(IP->getParent(), IP);