Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp69 BasicBlock *indexToBlock(unsigned Index) const { return V[Index]; } in indexToBlock() function in __anon8d9a21160211::BlockToIndexMapping
98 BasicBlock *BB = Mapping.indexToBlock(&BD - &Block[0]); in successors()
179 dbgs() << " " << Mapping.indexToBlock(I)->getName(); in dump()
185 BasicBlock *const B = Mapping.indexToBlock(I); in dump()