Home
last modified time | relevance | path

Searched refs:ilist_half_node (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll14 %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/
Dilist_node.h26 class ilist_half_node {
33 ilist_half_node() : Prev(nullptr) {}
43 class ilist_node : private ilist_half_node<NodeTy> {
DSparseBitVector.h279 mutable ilist_half_node<Element> Sentinel;
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll31 %"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/
Dp1.cpp121 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/
DFunction.h51 mutable ilist_half_node<BasicBlock> Sentinel;
68 mutable ilist_half_node<Argument> Sentinel;
DBasicBlock.h54 mutable ilist_half_node<Instruction> Sentinel;
/external/llvm/test/CodeGen/X86/
Dmisched-aa-colored.ll10 %"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/
DMachineFunction.h47 mutable ilist_half_node<MachineBasicBlock> Sentinel;
DSlotIndexes.h75 mutable ilist_half_node<IndexListEntry> Sentinel;
DMachineBasicBlock.h36 mutable ilist_half_node<MachineInstr> Sentinel;
DSelectionDAG.h81 mutable ilist_half_node<SDNode> Sentinel;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;