Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp947 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local
948 if (FromAI->isUsedByMetadata()) in remapInstructions()
949 ValueAsMetadata::handleRAUW(FromAI, UndefValue::get(FromAI->getType())); in remapInstructions()
950 for (auto &Use : FromAI->uses()) { in remapInstructions()
959 FromAI->replaceAllUsesWith(Inst); in remapInstructions()