about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/basic_blocks.rs
AgeCommit message (Expand)AuthorLines
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-3/+3
2023-01-23Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errorsYuki Okushi-1/+0
2023-01-21Instantiate dominators algorithm only onceTomasz Miąsko-1/+0
2023-01-17Refactor basic blocks control flow cachesTomasz Miąsko-24/+74
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-07-07Move `dominators` from Body to BasicBlocksTomasz Miąsko-0/+6
2022-07-07Make MIR basic blocks field publicTomasz Miąsko-0/+141