Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTrace.h32 BasicBlockListType BasicBlocks; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTrace.h33 BasicBlockListType BasicBlocks; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTrace.h33 BasicBlockListType BasicBlocks; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
DDXILValueEnumerator.h127 std::vector<const BasicBlock *> BasicBlocks; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h127 std::vector<const BasicBlock*> BasicBlocks; variable
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h123 std::vector<const BasicBlock*> BasicBlocks; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h126 std::vector<const BasicBlock*> BasicBlocks; variable
/external/llvm/lib/CodeGen/
DStackColoring.cpp271 DenseMap<const MachineBasicBlock*, int> BasicBlocks; member in __anoncfa8833d0111::StackColoring
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp407 DenseMap<const MachineBasicBlock *, int> BasicBlocks; member in __anon11338a9f0111::StackColoring
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DStackColoring.cpp435 DenseMap<const MachineBasicBlock *, int> BasicBlocks; member in __anond76016650111::StackColoring
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp553 SmallPtrSet<MachineBasicBlock*, 2> BasicBlocks; in INITIALIZE_PASS() local
/external/llvm/bindings/go/llvm/
Dir.go1100 func (v Value) BasicBlocks() []BasicBlock { func