Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp61 BasicBlock *indexToBlock(unsigned Index) const { return V[Index]; } in indexToBlock() function in __anon7a38e1c90211::BlockToIndexMapping
90 BasicBlock *BB = Mapping.indexToBlock(&BD - &Block[0]); in successors()
143 dbgs() << " " << Mapping.indexToBlock(I)->getName(); in dump()
149 BasicBlock *const B = Mapping.indexToBlock(I); in dump()