Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp964 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local
965 if (FromAI->isUsedByMetadata()) in remapInstructions()
966 ValueAsMetadata::handleRAUW(FromAI, UndefValue::get(FromAI->getType())); in remapInstructions()
967 for (auto &Use : FromAI->uses()) { in remapInstructions()
976 FromAI->replaceAllUsesWith(Inst); in remapInstructions()