Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp996 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local
997 if (FromAI->isUsedByMetadata()) in remapInstructions()
998 ValueAsMetadata::handleRAUW(FromAI, UndefValue::get(FromAI->getType())); in remapInstructions()
999 for (auto &Use : FromAI->uses()) { in remapInstructions()
1008 FromAI->replaceAllUsesWith(Inst); in remapInstructions()