Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp103 const LandingPadInfo *PrevLPI = nullptr; in computeActionsTable() local
109 unsigned NumShared = PrevLPI ? sharedTypeIDs(LPI, PrevLPI) : 0; in computeActionsTable()
117 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable()
162 PrevLPI = LPI; in computeActionsTable()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp92 const LandingPadInfo *PrevLPI = nullptr; in computeActionsTable() local
98 unsigned NumShared = PrevLPI ? sharedTypeIDs(LPI, PrevLPI) : 0; in computeActionsTable()
106 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable()
151 PrevLPI = LPI; in computeActionsTable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp118 const LandingPadInfo *PrevLPI = 0; in ComputeActionsTable() local
124 unsigned NumShared = PrevLPI ? SharedTypeIds(LPI, PrevLPI) : 0; in ComputeActionsTable()
132 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in ComputeActionsTable()
178 PrevLPI = LPI; in ComputeActionsTable()