Searched refs:CurrentInfo (Results 1 – 2 of 2) sorted by relevance
285 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; in updateSuccCFAInfo() local286 calculateOutgoingCFAInfo(CurrentInfo); in updateSuccCFAInfo()287 for (auto *Succ : CurrentInfo.MBB->successors()) { in updateSuccCFAInfo()290 SuccInfo.IncomingCFAOffset = CurrentInfo.OutgoingCFAOffset; in updateSuccCFAInfo()291 SuccInfo.IncomingCFARegister = CurrentInfo.OutgoingCFARegister; in updateSuccCFAInfo()292 SuccInfo.IncomingCSRSaved = CurrentInfo.OutgoingCSRSaved; in updateSuccCFAInfo()
43 CompileUnit::DIEInfo &CurrentInfo = in verifyKeepChain() local45 const bool ParentPlainDieIsKept = CurrentInfo.needToKeepInPlainDwarf(); in verifyKeepChain()46 const bool ParentTypeDieIsKept = CurrentInfo.needToPlaceInTypeTable(); in verifyKeepChain()77 if (CurrentInfo.getIsInAnonNamespaceScope() && in verifyKeepChain()