Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp104 LoadInst *SelLoad = nullptr; in GetExceptionObject() local
114 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()
130 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()
131 SelLoad->eraseFromParent(); in GetExceptionObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp107 LoadInst *SelLoad = nullptr; in GetExceptionObject() local
117 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1)); in GetExceptionObject()
133 if (SelLoad && SelLoad->use_empty()) in GetExceptionObject()
134 SelLoad->eraseFromParent(); in GetExceptionObject()