Searched refs:ilist_node (Results 1 – 25 of 25) sorted by relevance
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-09-06-MemCpy.ll | 6 %struct.BasicBlock = type { %struct.Value, %struct.ilist_node.24, %struct.iplist.22, %struct.Functi… 14 %struct.ilist_node.24 = type { %struct.ilist_half_node.23, %struct.BasicBlock* } 19 %struct.Instruction = type { [52 x i8], %struct.ilist_node.26, %struct.BasicBlock*, %struct.DebugLo… 20 %struct.ilist_node.26 = type { %struct.ilist_half_node.25, %struct.Instruction* } 22 %struct.Function = type { %struct.GlobalValue, %struct.ilist_node.14, %struct.iplist.4, %struct.ipl… 26 %struct.ilist_traits.19 = type { %struct.ilist_node.18 } 27 %struct.ilist_node.18 = type { %struct.ilist_half_node.17, %struct.GlobalVariable* } 29 %struct.GlobalVariable = type { %struct.GlobalValue, %struct.ilist_node.18, i8, [7 x i8] } 31 %struct.ilist_traits.15 = type { %struct.ilist_node.14 } 32 %struct.ilist_node.14 = type { %struct.ilist_half_node.13, %struct.Function* } [all …]
|
/external/llvm/include/llvm/ADT/ |
D | ilist_node.h | 43 class ilist_node : private ilist_half_node<NodeTy> { 51 ilist_node() : Next(nullptr) {}
|
D | SparseBitVector.h | 45 : public ilist_node<SparseBitVectorElement<ElementSize> > {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 30 %"class.llvm::MachineInstr" = type { %"class.llvm::ilist_node", %"class.llvm::MCInstrDesc"*, %"clas… 31 %"class.llvm::ilist_node" = type { %"class.llvm::ilist_half_node", %"class.llvm::MachineInstr"* } 35 %"class.llvm::MachineBasicBlock" = type { %"class.llvm::ilist_node.0", %"struct.llvm::ilist", %"cla… 36 %"class.llvm::ilist_node.0" = type { %"class.llvm::ilist_half_node.1", %"class.llvm::MachineBasicBl… 41 %"class.llvm::BasicBlock" = type { %"class.llvm::Value", %"class.llvm::ilist_node.2", %"class.llvm:… 42 %"class.llvm::ilist_node.2" = type { %"class.llvm::ilist_half_node.3", %"class.llvm::BasicBlock"* } 47 %"class.llvm::Instruction" = type { %"class.llvm::User", %"class.llvm::ilist_node.193", %"class.llv… 49 %"class.llvm::ilist_node.193" = type { %"class.llvm::ilist_half_node.10", %"class.llvm::Instruction… 51 %"class.llvm::Function" = type { %"class.llvm::GlobalValue", %"class.llvm::ilist_node.27", %"class.… 55 %"struct.llvm::ilist_traits.12" = type { %"class.llvm::ilist_node.18" } [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | IVUsers.h | 36 class IVStrideUse : public CallbackVH, public ilist_node<IVStrideUse> { 116 mutable ilist_node<IVStrideUse> Sentinel;
|
D | AliasSetTracker.h | 35 class AliasSet : public ilist_node<AliasSet> {
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 53 mutable ilist_node<Function> Sentinel; 68 mutable ilist_node<GlobalVariable> Sentinel; 83 mutable ilist_node<GlobalAlias> Sentinel; 101 mutable ilist_node<NamedMDNode> Sentinel;
|
D | Argument.h | 35 class Argument : public Value, public ilist_node<Argument> {
|
D | GlobalVariable.h | 35 class GlobalVariable : public GlobalObject, public ilist_node<GlobalVariable> {
|
D | GlobalAlias.h | 29 class GlobalAlias : public GlobalValue, public ilist_node<GlobalAlias> {
|
D | BasicBlock.h | 73 public ilist_node<BasicBlock> {
|
D | Metadata.h | 196 class NamedMDNode : public ilist_node<NamedMDNode> {
|
D | Instruction.h | 32 class Instruction : public User, public ilist_node<Instruction> {
|
D | Function.h | 71 class Function : public GlobalObject, public ilist_node<Function> {
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p1.cpp | 128 …class ilist_node : private ilist_half_node { // expected-note {{declared private here}} expected-n… class 134 struct X : ilist_node {};
|
/external/llvm/unittests/ADT/ |
D | ilistTest.cpp | 20 struct Node : ilist_node<Node> {
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 45 class MCFragment : public ilist_node<MCFragment> { 561 class MCSectionData : public ilist_node<MCSectionData> { 686 class MCSymbolData : public ilist_node<MCSymbolData> {
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 55 class BugReport : public llvm::ilist_node<BugReport> {
|
/external/llvm/test/CodeGen/X86/ |
D | misched-aa-colored.ll | 8 …vm::FoldingSetImpl::Node.0.600.960.1920.2040.2280.4080", %"class.llvm::ilist_node.2.602.962.1922.2… 10 %"class.llvm::ilist_node.2.602.962.1922.2042.2282.4082" = type { %"class.llvm::ilist_half_node.1.60…
|
/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 38 class IndexListEntry : public ilist_node<IndexListEntry> {
|
D | MachineBasicBlock.h | 62 class MachineBasicBlock : public ilist_node<MachineBasicBlock> {
|
D | MachineInstr.h | 51 class MachineInstr : public ilist_node<MachineInstr> {
|
D | SelectionDAGNodes.h | 338 class SDNode : public FoldingSetNode, public ilist_node<SDNode> {
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 109 struct Token : ilist_node<Token> {
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 821 * :ref:`llvm/ADT/ilist_node.h <dss_ilist_node>` 877 llvm/ADT/ilist_node.h 880 ``ilist_node<T>`` implements a the forward and backward links that are expected 883 ``ilist_node<T>``\ s are meant to be embedded in the node type ``T``, usually 884 ``T`` publicly derives from ``ilist_node<T>``.
|