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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1236 auto *OutI = dyn_cast<Instruction>(outputs[i]); local
1237 if (!OutI)
1242 // In case OutI is an invoke, we insert the store at the beginning in the
1243 // 'normal destination' BB. Otherwise we insert the store right after OutI.
1244 if (auto *InvokeI = dyn_cast<InvokeInst>(OutI))
1246 else if (auto *Phi = dyn_cast<PHINode>(OutI))
1249 InsertPt = std::next(OutI->getIterator());

Completed in 48 milliseconds