Searched refs:MBBCFAInfo (Results 1 – 1 of 1) sorted by relevance
69 struct MBBCFAInfo { struct in __anone9d838420111::CFIInstrInserter100 std::vector<MBBCFAInfo> MBBVector;111 void calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo);114 void updateSuccCFAInfo(MBBCFAInfo &MBBInfo);128 void reportCFAError(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ);129 void reportCSRError(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ);159 MBBCFAInfo &MBBInfo = MBBVector[MBB.getNumber()]; in calculateCFAInfo()177 void CFIInstrInserter::calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo) { in calculateOutgoingCFAInfo()302 void CFIInstrInserter::updateSuccCFAInfo(MBBCFAInfo &MBBInfo) { in updateSuccCFAInfo()308 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; in updateSuccCFAInfo()[all …]