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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp229 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; local
230 if (CurrentInfo.Processed)
233 calculateOutgoingCFAInfo(CurrentInfo);
234 for (auto *Succ : CurrentInfo.MBB->successors()) {
237 SuccInfo.IncomingCFAOffset = CurrentInfo.OutgoingCFAOffset;
238 SuccInfo.IncomingCFARegister = CurrentInfo.OutgoingCFARegister;

Completed in 101 milliseconds