reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Coroutines/CoroFrame.cpp
   91     BasicBlock *BB = Mapping.indexToBlock(&BD - &Block[0]);
   96     return Block[Mapping.blockToIndex(BB)];
  105     size_t const DefIndex = Mapping.blockToIndex(DefBB);
  106     size_t const UseIndex = Mapping.blockToIndex(UseBB);
  163       dbgs() << " " << Mapping.indexToBlock(I)->getName();
  169     BasicBlock *const B = Mapping.indexToBlock(I);
  180   const size_t N = Mapping.size();
  227         auto SuccNo = Mapping.blockToIndex(SI);