Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp180 SmallPtrSet<Instruction*, 32> DeadInsts; in UpgradeExceptionHandling() local
235 DeadInsts.insert(Exn); in UpgradeExceptionHandling()
236 DeadInsts.insert(Sel); in UpgradeExceptionHandling()
262 I = DeadInsts.begin(), E = DeadInsts.end(); I != E; ++I) { in UpgradeExceptionHandling()