Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp822 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local
823 if (FromAI->isUsedByMetadata()) in remapInstructions()
824 ValueAsMetadata::handleRAUW(FromAI, UndefValue::get(FromAI->getType())); in remapInstructions()
825 for (auto &Use : FromAI->uses()) { in remapInstructions()
834 FromAI->replaceAllUsesWith(Inst); in remapInstructions()
/external/swiftshader/third_party/llvm-7.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()