Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp75 BasicBlock *indexToBlock(unsigned Index) const { return V[Index]; } in indexToBlock() function in __anon408e6fe60211::BlockToIndexMapping
109 BasicBlock *BB = Mapping.indexToBlock(&BD - &Block[0]); in predecessors()
215 dbgs() << " " << Mapping.indexToBlock(I)->getName(); in dump()
221 BasicBlock *const B = Mapping.indexToBlock(I); in dump()