Searched refs:front (Results 401 - 425 of 630) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1579 << " to SU #" << Copies.front()->NodeNum << "\n");
1580 AddPredQueued(TrySU, SDep(Copies.front(), SDep::Artificial));
3095 SuccSU = SuccSU->Succs.front().getSUnit();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1439 &LoadBB->front());
1773 if (!isa<PHINode>(BB->front()))
1845 cast<PHINode>(BB->front()).getNumIncomingValues()) {
H A DLICM.cpp1345 BasicBlock *BBColor = CV.front();
1388 OInst->getName() + ".lcssa", &ExitBlock.front());
1726 I->getName() + ".lcssa", &BB->front());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1351 ExitOnErr(InputFile::open(opts::explain::InputFilename.front(), true));
1362 PDBFile &File = loadPDB(opts::exportstream::InputFilename.front(), Session);
1509 pdb2Yaml(opts::pdb2yaml::InputFilename.front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp684 BBInfo.front().KnownBits = Log2(MF->getAlignment());
687 BBUtils->adjustBBOffsetsAfter(&MF->front());
1559 // Entries are sorted by descending alignment, so realign from the front.
2372 if (!B && Cond.empty() && BB != &MF->front() &&
H A DARMLowOverheadLoops.cpp856 MachineBasicBlock *ExitBB = ExitBlocks.front();
1048 BBUtils->adjustBBOffsetsAfter(&MF->front());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h306 return &Arg->getParent()->getEntryBlock().front();
309 return &(F->getEntryBlock().front());
1014 Functions.size() == Functions.front()->getParent()->size();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp55 return m_thread_index_ids.front();
1219 abort_other_plans, &address_list.front(), address_list.size(),
H A DCommandObjectFrame.cpp900 RegularExpressionSP(new RegularExpression(m_options.m_symbols.front()));
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp261 return &Path.front();
265 return &RawEntry.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp825 // front-end. Need to use the BlockColors that was computed by the routine
830 Instruction *EHPad = CV.front()->getFirstNonPHI();
1820 return &G->getFunc().front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1802 MachineBasicBlock::instr_iterator FirstMI(OldPacketMIs.front());
1896 auto *OldBB = OldPacketMIs.front()->getParent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp876 Function *F = BasicBlockFwdRefQueue.front();
3881 assert(!BBRefs.front() && "Invalid reference to entry block");
5828 BitcodeReader::decodeSignRotatedValue(Record.front()));
5831 BitcodeReader::decodeSignRotatedValue(Record.front()));
5843 ParamAccess.ParamNo = Record.front();
5846 ParamAccess.Calls.resize(Record.front());
5849 Call.ParamNo = Record.front();
5851 Call.Callee = Record.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp928 &MergePotentials.front().getBlock()->getParent()->front();
H A DInlineSpiller.cpp806 MachineInstr *MI = Ops.front().first;
907 else if (Ops.front().second == 0) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp790 return TokenQueue.front();
804 return TokenQueue.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2532 const MachineOperand &BaseOp1 = *BaseOps1.front();
2533 const MachineOperand &BaseOp2 = *BaseOps2.front();
5852 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0,
5904 MachineBasicBlock::iterator MBBI = C.front();
6029 MachineBasicBlock::iterator MBBI = RepeatedSequenceLocs[0].front();
6113 FirstCand.front(), std::next(FirstCand.back()), IsSafeToFixup);
6207 if (std::any_of(FirstCand.front(), FirstCand.back(),
6671 const Function &CF = OF.Candidates.front().getMF()->getFunction();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp456 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
493 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
586 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
1986 Twine(DynamicSec - &cantFail(Obj->sections()).front()))
2073 ("section with index " + Twine(&Sec - &Sections.front())).str();
3118 unsigned SecNdx = PltRelSec - &cantFail(Obj->sections()).front();
3129 unsigned SecNdx = PltSymTable - &cantFail(Obj->sections()).front();
3717 unsigned SecNdx = &Sec - &cantFail(Obj->sections()).front();
4617 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
4668 unsigned SecNdx = Sec - &cantFail(Obj->sections()).front();
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h242 return m_entries.front().GetRangeBase();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp171 DataExtractor data(&buf.front(), buf.size(), byte_order, addr_size);
H A DIOHandlerCursesGUI.cpp1029 run_menu_sp = submenus.front();
1040 run_menu_sp = submenus.front();
1051 run_menu_sp = submenus.front();
1226 ch = escape_chars.front();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp982 if (!entry.value().ref().empty() && entry.value().ref().front() == '`') {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1001 new ObjCScavengerResult(types.front()));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp547 ProcessMessage &message = m_message_queue.front();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp332 auto &MissingHeader = Module->MissingHeaders.front();

Completed in 421 milliseconds

<<11121314151617181920>>