Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp149 SmallPtrSetImpl<BasicBlock *> &LiveBBs) { in MarkBlocksLiveIn() argument
150 if (!LiveBBs.insert(BB).second) in MarkBlocksLiveIn()
153 LiveBBs.insert_range(inverse_depth_first(BB)); in MarkBlocksLiveIn()
313 SmallPtrSet<BasicBlock *, 32> LiveBBs; in lowerAcrossUnwindEdges() local
314 LiveBBs.insert(&BB); in lowerAcrossUnwindEdges()
319 MarkBlocksLiveIn(U->getParent(), LiveBBs); in lowerAcrossUnwindEdges()
325 MarkBlocksLiveIn(PN->getIncomingBlock(i), LiveBBs); in lowerAcrossUnwindEdges()
334 if (UnwindBlock != &BB && LiveBBs.count(UnwindBlock)) { in lowerAcrossUnwindEdges()