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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp284 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; local
285 calculateOutgoingCFAInfo(CurrentInfo);
286 for (auto *Succ : CurrentInfo.MBB->successors()) {
289 SuccInfo.IncomingCFAOffset = CurrentInfo.OutgoingCFAOffset;
290 SuccInfo.IncomingCFARegister = CurrentInfo.OutgoingCFARegister;
291 SuccInfo.IncomingCSRSaved = CurrentInfo.OutgoingCSRSaved;
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp43 CompileUnit::DIEInfo &CurrentInfo = local
45 const bool ParentPlainDieIsKept = CurrentInfo.needToKeepInPlainDwarf();
46 const bool ParentTypeDieIsKept = CurrentInfo.needToPlaceInTypeTable();
77 if (CurrentInfo.getIsInAnonNamespaceScope() &&

Completed in 68 milliseconds