Home
last modified time | relevance | path

Searched defs:BasicBlocks (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dbasic_blocks.rs14 pub struct BasicBlocks<'tcx> { struct
33 impl<'tcx> BasicBlocks<'tcx> { argument
130 impl<'tcx> std::ops::Deref for BasicBlocks<'tcx> { implementation
139 impl<'tcx> graph::DirectedGraph for BasicBlocks<'tcx> { implementation
143 impl<'tcx> graph::WithNumNodes for BasicBlocks<'tcx> { implementation
150 impl<'tcx> graph::WithStartNode for BasicBlocks<'tcx> { implementation
157 impl<'tcx> graph::WithSuccessors for BasicBlocks<'tcx> { implementation
164 impl<'a, 'b> graph::GraphSuccessors<'b> for BasicBlocks<'a> { implementation
169 impl<'tcx, 'graph> graph::GraphPredecessors<'graph> for BasicBlocks<'tcx> { implementation
174 impl<'tcx> graph::WithPredecessors for BasicBlocks<'tcx> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTrace.h33 BasicBlockListType BasicBlocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h127 std::vector<const BasicBlock*> BasicBlocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp407 DenseMap<const MachineBasicBlock *, int> BasicBlocks; member in __anon46d6b0730111::StackColoring