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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp62 BasicBlock *indexToBlock(unsigned Index) const { return V[Index]; } function in class:__anon5511::BlockToIndexMapping
91 BasicBlock *BB = Mapping.indexToBlock(&BD - &Block[0]);
163 dbgs() << " " << Mapping.indexToBlock(I)->getName();
169 BasicBlock *const B = Mapping.indexToBlock(I);

Completed in 112 milliseconds