Searched refs:front (Results 301 - 325 of 630) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp128 SplitBB->isLandingPad() ? &SplitBB->front() : SplitBB->getTerminator());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp185 assert(Node->Func == P.front());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp324 Res.push_back(I->second.front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp321 auto *I = MaybeDead.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp416 MachineInstr *FirstSt = OG.front();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h134 CurPtr = (char *)Slabs.front();
H A DCommandLine.h1605 reference front() { return Storage.front(); } function in class:llvm::list_storage
1606 const_reference front() const { return Storage.front(); } function in class:llvm::list_storage
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp103 SU = PhysicalRegCopy.front();
H A DR600Packetizer.cpp293 CurrentPacketMIs.empty() ? &MI : CurrentPacketMIs.front();
H A DSIModeRegister.cpp430 processBlockPhase2(*Phase2List.front(), TII);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp89 assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp208 assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp350 auto *PN = PHINode::Create(Builder.getInt8Ty(), 2, "", &LandingBB->front());
434 NewS->replaceAllUsesWith(Args.front());
444 EVI->replaceAllUsesWith(Args[EVI->getIndices().front()]);
621 // Builder should be inserting to the front of the new entry block.
748 Builder.SetInsertPoint(&NewF->getEntryBlock().front());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp695 if (template_arg.front() == '<')
697 else if (template_arg.front() == '>')
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h184 reference front() {
188 const_reference front() const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h323 BlockT *EntryBB = &BB->getParent()->front();
329 assert(BB != &getHeader()->getParent()->front() &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp210 const SourceManager &SMgr = path.front()->getLocation().getManager();
218 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID();
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp784 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) {
790 ActiveASTContext->getParents(Queue.front())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp114 assert(MBB != &MF->front() && "Can't find reaching def for virtreg");
643 MachineBasicBlock *Entry = &MF->front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp596 << " to SU #" << Copies.front()->NodeNum << "\n");
597 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp260 char Specifier = Tok.front();
398 switch (Tok.front()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection();
498 MCCVLoc StartLoc = Locs.front();
617 // Compute all the sizes up front.
H A DXCOFFObjectWriter.cpp432 FixedValue = SectionMap[SymASec]->Address - TOCCsects.front().Address;
835 Section->Address = Group->front().Address;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1752 IRBuilder<> IRB(&GlobalInit.front(),
1753 GlobalInit.front().getFirstInsertionPt());
2613 IRBuilder<> IRB(&F.front(), F.front().begin());
2625 IRBuilder<> IRB(&F.front().front());
2651 // yet. This check is done up front because iterating the use list in
2965 Instruction *CopyInsertPoint = &F.front().front();
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp118 Entry = NodePredicateMap[SameCodePreds.front()];
120 assert(TreePredicateFn(SameCodePreds.front()).usesOperands() ==

Completed in 210 milliseconds

<<11121314151617181920>>