Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp692 SmallPtrSet<BasicBlock *, 4> RelocBlocks; in getCoroBeginPredBlocks() local
699 if (RelocBlocks.count(BB) == 0) { in getCoroBeginPredBlocks()
700 RelocBlocks.insert(BB); in getCoroBeginPredBlocks()
704 return RelocBlocks; in getCoroBeginPredBlocks()
709 SmallPtrSetImpl<BasicBlock *> &RelocBlocks) { in getNotRelocatableInstructions() argument
717 for (BasicBlock *BB : RelocBlocks) in getNotRelocatableInstructions()
739 if (RelocBlocks.count(SI->getParent()) != 0 && in getNotRelocatableInstructions()