Searched defs:BasicBlocks (Results 1 – 4 of 4) sorted by relevance
14 pub struct BasicBlocks<'tcx> { struct33 impl<'tcx> BasicBlocks<'tcx> { argument130 impl<'tcx> std::ops::Deref for BasicBlocks<'tcx> { implementation139 impl<'tcx> graph::DirectedGraph for BasicBlocks<'tcx> { implementation143 impl<'tcx> graph::WithNumNodes for BasicBlocks<'tcx> { implementation150 impl<'tcx> graph::WithStartNode for BasicBlocks<'tcx> { implementation157 impl<'tcx> graph::WithSuccessors for BasicBlocks<'tcx> { implementation164 impl<'a, 'b> graph::GraphSuccessors<'b> for BasicBlocks<'a> { implementation169 impl<'tcx, 'graph> graph::GraphPredecessors<'graph> for BasicBlocks<'tcx> { implementation174 impl<'tcx> graph::WithPredecessors for BasicBlocks<'tcx> { implementation
33 BasicBlockListType BasicBlocks; variable
127 std::vector<const BasicBlock*> BasicBlocks; variable
407 DenseMap<const MachineBasicBlock *, int> BasicBlocks; member in __anon46d6b0730111::StackColoring