Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp90 LoadInst *SelLoad = nullptr; in GetExceptionObject() local
100 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()
116 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()
117 SelLoad->eraseFromParent(); in GetExceptionObject()