Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp147 SmallPtrSetImpl<BasicBlock *> &LiveBBs) { in MarkBlocksLiveIn() argument
148 if (!LiveBBs.insert(BB).second) in MarkBlocksLiveIn()
152 MarkBlocksLiveIn(*PI, LiveBBs); in MarkBlocksLiveIn()
306 SmallPtrSet<BasicBlock *, 64> LiveBBs; in lowerAcrossUnwindEdges() local
307 LiveBBs.insert(Inst->getParent()); in lowerAcrossUnwindEdges()
313 MarkBlocksLiveIn(U->getParent(), LiveBBs); in lowerAcrossUnwindEdges()
319 MarkBlocksLiveIn(PN->getIncomingBlock(i), LiveBBs); in lowerAcrossUnwindEdges()
328 if (UnwindBlock != BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()