Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp624 SmallPtrSet<BasicBlock *, 4> RelocBlocks; in getCoroBeginPredBlocks() local
631 if (RelocBlocks.count(BB) == 0) { in getCoroBeginPredBlocks()
632 RelocBlocks.insert(BB); in getCoroBeginPredBlocks()
636 return RelocBlocks; in getCoroBeginPredBlocks()
641 SmallPtrSetImpl<BasicBlock *> &RelocBlocks) { in getNotRelocatableInstructions() argument
649 for (BasicBlock *BB : RelocBlocks) in getNotRelocatableInstructions()
671 if (RelocBlocks.count(SI->getParent()) != 0 && in getNotRelocatableInstructions()