Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp228 Value *LPExn = Builder.CreateExtractValue(LPI, 0); in UpgradeExceptionHandling() local
230 Builder.CreateStore(LPExn, ExnSlot); in UpgradeExceptionHandling()
253 LoadInst *LPExn = Builder.CreateLoad(ExnSelSlots.first, "exn.load"); in UpgradeExceptionHandling() local
256 Exn->replaceAllUsesWith(LPExn); in UpgradeExceptionHandling()