Bidirectional mapping between a function's basic blocks and dense indices.
Synopsis
Declared in <llvm/Transforms/Coroutines/SuspendCrossingInfo.h>
class BlockToIndexMapping;
Member Functions
Name |
Description |
|
Build a mapping covering every basic block in |
Return the dense index assigned to |
|
Return the basic block stored at |
|
Return the number of mapped basic blocks. |
Created with MrDocs