Home
last modified time | relevance | path

Searched refs:ilist_half_node (Results 1 – 23 of 23) 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/swiftshader/third_party/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/swiftshader/third_party/LLVM/include/llvm/ADT/
Dilist_node.h26 class ilist_half_node {
33 ilist_half_node() : Prev(0) {}
43 class ilist_node : private ilist_half_node<NodeTy> {
/external/llvm/include/llvm/ADT/
Dilist_node.h28 class ilist_half_node {
36 ilist_half_node() : Prev(nullptr) {}
48 class ilist_node : private ilist_half_node<NodeTy> {
Dilist.h107 template <typename NodeTy> class ilist_half_node; variable
151 mutable ilist_half_node<NodeTy> Sentinel;
DSparseBitVector.h260 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 …]
Dtoc-load-sched-bug.ll14 %"class.llvm::ilist_node" = type { %"class.llvm::ilist_half_node", %"class.llvm::GlobalVariable"* }
15 %"class.llvm::ilist_half_node" = type { %"class.llvm::GlobalVariable"* }
31 %"class.llvm::ilist_node.7" = type { %"class.llvm::ilist_half_node.8", %"class.llvm::Function"* }
32 %"class.llvm::ilist_half_node.8" = type { %"class.llvm::Function"* }
35 %"struct.llvm::ilist_traits.45" = type { %"class.llvm::ilist_half_node.51" }
36 %"class.llvm::ilist_half_node.51" = type { %"class.llvm::BasicBlock"* }
38 %"class.llvm::ilist_node.61" = type { %"class.llvm::ilist_half_node.51", %"class.llvm::BasicBlock"*…
40 %"struct.llvm::ilist_traits.63" = type { %"class.llvm::ilist_half_node.69" }
41 %"class.llvm::ilist_half_node.69" = type { %"class.llvm::Instruction"* }
43 %"class.llvm::ilist_node.70" = type { %"class.llvm::ilist_half_node.69", %"class.llvm::Instruction"…
[all …]
/external/clang/test/CXX/class.access/class.friend/
Dp1.cpp122 class ilist_half_node { class
129 …class ilist_node : private ilist_half_node { // expected-note {{declared private here}} expected-n…
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h50 mutable ilist_half_node<BasicBlock> Sentinel;
67 mutable ilist_half_node<Argument> Sentinel;
DBasicBlock.h53 mutable ilist_half_node<Instruction> Sentinel;
/external/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h116 mutable ilist_half_node<SymbolRewriter::RewriteDescriptor> Sentinel;
DMemorySSA.h189 mutable ilist_half_node<MemoryAccess> 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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFunction.h46 mutable ilist_half_node<MachineBasicBlock> Sentinel;
DMachineBasicBlock.h36 mutable ilist_half_node<MachineInstr> Sentinel;
DSelectionDAG.h42 mutable ilist_half_node<SDNode> Sentinel;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h53 mutable ilist_half_node<MachineBasicBlock> Sentinel;
DSlotIndexes.h74 mutable ilist_half_node<IndexListEntry> Sentinel;
DMachineBasicBlock.h44 mutable ilist_half_node<MachineInstr> Sentinel;
DSelectionDAG.h86 mutable ilist_half_node<SDNode> Sentinel;
/external/swiftshader/third_party/subzero/src/
DIceInst.h1189 mutable ilist_half_node<Ice::Inst> Sentinel;