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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp112 LoadInst *SelLoad = nullptr; local
122 SelLoad = dyn_cast<LoadInst>(SelIVI->getOperand(1));
138 if (SelLoad && SelLoad->use_empty())
139 SelLoad->eraseFromParent();

Completed in 150 milliseconds