reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2139 LLVM_DEBUG(dbgs() << "SLP: Checking user:" << *U << ".\n"); 2141 Instruction *UserInst = dyn_cast<Instruction>(U); 2146 if (TreeEntry *UseEntry = getTreeEntry(U)) { 2151 if (UseScalar != U || 2153 LLVM_DEBUG(dbgs() << "SLP: \tInternal user will be removed:" << *U 2164 LLVM_DEBUG(dbgs() << "SLP: Need to extract:" << *U << " from lane " 2166 ExternalUses.push_back(ExternalUser(Scalar, U, FoundLane));