|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/AllocatorList.h 183 T &front() { return List.front().V; }
include/llvm/CodeGen/MachineBasicBlock.h 190 MachineInstr &instr_front() { return Insts.front(); }
195 MachineInstr &front() { return Insts.front(); }
include/llvm/CodeGen/MachineFunction.h 664 MachineBasicBlock &front() { return BasicBlocks.front(); }
include/llvm/CodeGen/SlotIndexes.h 374 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
375 return SlotIndex(&indexList.front(), 0);
include/llvm/IR/BasicBlock.h 286 inline Instruction &front() { return InstList.front(); }
include/llvm/IR/Function.h 693 BasicBlock &front() { return BasicBlocks.front(); }
lib/Analysis/MemorySSA.cpp 1092 if (It == PerBlockAccesses.end() || !isa<MemoryPhi>(It->second->front()))
1095 auto *Phi = cast<MemoryPhi>(&Accesses->front());
1200 if (It == PerBlockAccesses.end() || !isa<MemoryPhi>(It->second->front()))
1203 auto *Phi = cast<MemoryPhi>(&Accesses->front());
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 1030 DeallocateNode(&AllNodes.front());
8593 assert(AllNodes.front().getOpcode() == ISD::EntryToken &&
8595 assert(AllNodes.front().getNodeId() == 0 &&
8597 assert(AllNodes.front().getNumOperands() == 0 &&
lib/Target/AMDGPU/GCNMinRegStrategy.cpp 180 return &RQ.front();
lib/Transforms/Vectorize/VPlan.h 1025 inline VPRecipeBase &front() { return Recipes.front(); }
unittests/ADT/IListTest.cpp 37 EXPECT_EQ(2, List.getNextNode(List.front())->Value);
63 EXPECT_EQ(&L1Nodes[0], &L1.front());
66 EXPECT_EQ(&L2Nodes[0], &L2.front());
69 EXPECT_EQ(0, L3.front().Value);
84 EXPECT_EQ(1, List.front().Value);
92 EXPECT_EQ(1, List.front().Value);
103 EXPECT_EQ(0, L.front().Value);
107 EXPECT_EQ(1, L.front().Value);
119 EXPECT_EQ(0, L.front().Value);
123 EXPECT_EQ(1, L.front().Value);
157 EXPECT_EQ(5, List.front().Value);
241 ASSERT_EQ(&N, &L1.front());
246 ASSERT_EQ(&N, &L2.front());
266 ASSERT_EQ(&N1, &L1.front());
275 ASSERT_EQ(&N2, &L1.front());
unittests/ADT/SimpleIListTest.cpp 35 EXPECT_EQ(&A, &L.front());
42 EXPECT_EQ(&B, &L.front());
54 EXPECT_EQ(&A, &L.front());
76 EXPECT_EQ(&A, &L2.front());
87 EXPECT_EQ(&A, &L.front());
98 EXPECT_EQ(&A, &L.front());
110 EXPECT_EQ(&A, &L.front());
116 EXPECT_EQ(&A, &L.front());
121 EXPECT_EQ(&C, &L.front());
135 EXPECT_EQ(&A, &L.front());
141 EXPECT_EQ(&A, &L.front());
152 EXPECT_EQ(&A, &L.front());
158 EXPECT_EQ(&A, &L.front());
169 EXPECT_EQ(&A, &L.front());
175 EXPECT_EQ(&A, &L.front());
204 EXPECT_EQ(&A, &L.front());
210 EXPECT_EQ(&A, &L.front());
221 EXPECT_EQ(&A, &L.front());
227 EXPECT_EQ(&A, &L.front());
251 EXPECT_EQ(&A, &L.front());
276 EXPECT_EQ(&A, &L.front());
301 EXPECT_EQ(&A, &L.front());