Searched refs:ilist_half_node (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-09-06-MemCpy.ll | 14 %struct.ilist_node.24 = type { %struct.ilist_half_node.23, %struct.BasicBlock* } 15 %struct.ilist_half_node.23 = type { %struct.BasicBlock* } 17 %struct.ilist_traits.21 = type { %struct.ilist_half_node.25 } 18 %struct.ilist_half_node.25 = type { %struct.Instruction* } 20 %struct.ilist_node.26 = type { %struct.ilist_half_node.25, %struct.Instruction* } 27 %struct.ilist_node.18 = type { %struct.ilist_half_node.17, %struct.GlobalVariable* } 28 %struct.ilist_half_node.17 = type { %struct.GlobalVariable* } 32 %struct.ilist_node.14 = type { %struct.ilist_half_node.13, %struct.Function* } 33 %struct.ilist_half_node.13 = type { %struct.Function* } 36 %struct.ilist_node.10 = type { %struct.ilist_half_node.9, %struct.GlobalAlias* } [all …]
|
/external/llvm/include/llvm/ADT/ |
D | ilist_node.h | 26 class ilist_half_node { 33 ilist_half_node() : Prev(nullptr) {} 43 class ilist_node : private ilist_half_node<NodeTy> {
|
D | SparseBitVector.h | 279 mutable ilist_half_node<Element> Sentinel;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 31 %"class.llvm::ilist_node" = type { %"class.llvm::ilist_half_node", %"class.llvm::MachineInstr"* } 32 %"class.llvm::ilist_half_node" = type { %"class.llvm::MachineInstr"* } 36 %"class.llvm::ilist_node.0" = type { %"class.llvm::ilist_half_node.1", %"class.llvm::MachineBasicBl… 37 %"class.llvm::ilist_half_node.1" = type { %"class.llvm::MachineBasicBlock"* } 40 %"struct.llvm::ilist_traits" = type { %"class.llvm::ilist_half_node", %"class.llvm::MachineBasicBlo… 42 %"class.llvm::ilist_node.2" = type { %"class.llvm::ilist_half_node.3", %"class.llvm::BasicBlock"* } 43 %"class.llvm::ilist_half_node.3" = type { %"class.llvm::BasicBlock"* } 45 %"struct.llvm::ilist_traits.5" = type { %"class.llvm::ilist_half_node.10" } 46 %"class.llvm::ilist_half_node.10" = type { %"class.llvm::Instruction"* } 49 %"class.llvm::ilist_node.193" = type { %"class.llvm::ilist_half_node.10", %"class.llvm::Instruction… [all …]
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p1.cpp | 121 class ilist_half_node { class 128 …class ilist_node : private ilist_half_node { // expected-note {{declared private here}} expected-n…
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 51 mutable ilist_half_node<BasicBlock> Sentinel; 68 mutable ilist_half_node<Argument> Sentinel;
|
D | BasicBlock.h | 54 mutable ilist_half_node<Instruction> Sentinel;
|
/external/llvm/test/CodeGen/X86/ |
D | misched-aa-colored.ll | 10 %"class.llvm::ilist_node.2.602.962.1922.2042.2282.4082" = type { %"class.llvm::ilist_half_node.1.60… 11 %"class.llvm::ilist_half_node.1.601.961.1921.2041.2281.4081" = type { %"class.llvm::SDNode.10.610.9… 63 %"struct.llvm::ilist_traits.53.653.1013.1973.2093.2333.4133" = type { %"class.llvm::ilist_half_node…
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 47 mutable ilist_half_node<MachineBasicBlock> Sentinel;
|
D | SlotIndexes.h | 75 mutable ilist_half_node<IndexListEntry> Sentinel;
|
D | MachineBasicBlock.h | 36 mutable ilist_half_node<MachineInstr> Sentinel;
|
D | SelectionDAG.h | 81 mutable ilist_half_node<SDNode> Sentinel;
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
|