Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp249 std::pair<Value*,Value*> ExnSelSlots = FnToLPadSlotMap[Parent->getParent()]; in UpgradeExceptionHandling() local
253 LoadInst *LPExn = Builder.CreateLoad(ExnSelSlots.first, "exn.load"); in UpgradeExceptionHandling()
254 LoadInst *LPSel = Builder.CreateLoad(ExnSelSlots.second, "sel.load"); in UpgradeExceptionHandling()