llvm-project
70bb9e24 - [CycleInfo] Index using block numbers instead of pointers (#187500)

Commit
40 days ago
[CycleInfo] Index using block numbers instead of pointers (#187500) Replace the DenseMap from block pointer to cycle with a vector indexed by block number, which makes the lookup more efficient.
Author
Parents
Loading