Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1294 auto *OutI = dyn_cast<Instruction>(outputs[i]); in emitCallAndSwitchStatement() local
1295 if (!OutI) in emitCallAndSwitchStatement()
1302 if (auto *InvokeI = dyn_cast<InvokeInst>(OutI)) in emitCallAndSwitchStatement()
1304 else if (auto *Phi = dyn_cast<PHINode>(OutI)) in emitCallAndSwitchStatement()
1307 InsertPt = std::next(OutI->getIterator()); in emitCallAndSwitchStatement()