Searched refs:front (Results 226 - 250 of 604) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp242 return ClangUtil::GetQualType(types.front().GetPointerType());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp105 return &G->getFunction()->front();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp393 processBlockPhase2(*Phase2List.front(), TII);
H A DSILowerSGPRSpills.cpp176 SaveBlocks.push_back(&MF.front());
H A DGCNNSAReassign.cpp336 << llvm::printReg((VRM->getPhys(Intervals.front()->reg)), TRI)
H A DSIAnnotateControlFlow.cpp268 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken", &Target->front());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h203 return !CorrectionDecls.empty() && CorrectionDecls.front() == nullptr;
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp106 DirectoryWatcher::Event Front = Events.front();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp233 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h306 const T &front() const { return *begin(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp325 blockToOffset(InfoStreamBlocks.front(), Layout.SB->BlockSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp341 MachineBasicBlock *Entry = &Fn.front();
H A DMachineTraceMetrics.cpp1084 if (pushDepHeight(Deps.front(), PHI, Height, Heights, MTM.SchedModel,
1086 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack);
1187 DataDep &Dep = Deps.front();
H A DInterleavedLoadCombinePass.cpp1058 // Try to find an interleaved load using the front of Worklist as first line
1123 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI;
1201 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType();
1203 InterleavedLoad.front().SVI->getType()->getNumElements();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp65 const uint64_t MinAddr = Funcs.front().startAddress();
H A DLineTable.cpp193 LineEntry Prev(BaseAddr, 1, Lines.front().Line);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp176 assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1232 while (PHINode *PHI = dyn_cast<PHINode>(&FC1.Header->front())) {
1245 Instruction *L1HeaderIP = &FC1.Header->front();
1484 while (PHINode *PHI = dyn_cast<PHINode>(&FC1.Header->front())) {
1497 Instruction *L1HeaderIP = &FC1.Header->front();
H A DMergedLoadStoreMotion.cpp219 &BB->front());
H A DConstantHoisting.cpp320 InsertPts.insert(&Entry->front());
341 InsertPts.insert(&Entry->front());
347 Instruction &FirstInst = (*BBs.begin())->front();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp275 for (MachineBasicBlock *MBB = &MF.front();;) {
H A DWebAssemblyLateEHPrepare.cpp77 if (MBB == &MF->front())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp143 &PHIBlock->front());
H A DPromoteMemoryToRegister.cpp648 RenamePassWorkList.emplace_back(&F.front(), nullptr, std::move(Values),
718 if (&BB->front() != SomePHI)
855 &BB->front());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h546 T &front() { function in class:llvm::IntrusiveBackList
549 const T &front() const { function in class:llvm::IntrusiveBackList
830 return Children.front();

Completed in 289 milliseconds

1234567891011>>