Home
last modified time | relevance | path

Searched refs:MBBCFAInfo (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCFIInstrInserter.cpp70 struct MBBCFAInfo { struct in __anon7769875c0111::CFIInstrInserter
87 std::vector<MBBCFAInfo> MBBVector;
95 void calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo);
98 void updateSuccCFAInfo(MBBCFAInfo &MBBInfo);
112 void report(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ);
139 MBBCFAInfo MBBInfo; in calculateCFAInfo()
158 void CFIInstrInserter::calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo) { in calculateOutgoingCFAInfo()
223 void CFIInstrInserter::updateSuccCFAInfo(MBBCFAInfo &MBBInfo) { in updateSuccCFAInfo()
229 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; in updateSuccCFAInfo()
235 MBBCFAInfo &SuccInfo = MBBVector[Succ->getNumber()]; in updateSuccCFAInfo()
[all …]