Home
last modified time | relevance | path

Searched refs:FromAI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp968 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local
969 if (FromAI->isUsedByMetadata()) in remapInstructions()
970 ValueAsMetadata::handleRAUW(FromAI, PoisonValue::get(FromAI->getType())); in remapInstructions()
971 for (auto &Use : FromAI->uses()) { in remapInstructions()
980 FromAI->replaceAllUsesWith(Inst); in remapInstructions()