Searched refs:front (Results 276 - 300 of 630) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp289 CurrentLoop = Vec->front();
1249 if (&InductionPHI->getParent()->front() != InductionPHI)
1250 InductionPHI->moveBefore(&InductionPHI->getParent()->front());
H A DLoopRerollPass.cpp212 return Instructions.front();
616 Instruction *C = Instructions.front();
643 if (cast<Instruction>(U) != Instructions.front())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp450 int SliceFront = MaskSlice.front();
651 return cast<MDNode>(Union.front());
697 return cast<MDNode>(Intersection.front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp243 assert(&MBB != &MF.front() && "Header blocks shouldn't have predecessors");
482 assert(Cont != &MF.front());
1366 WebAssembly::toValType(MFI.getResults().front()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp377 // grabbing the front, processing it, and if we decide to keep it append
380 auto piece = std::move(path.front());
395 dyn_cast<PathDiagnosticEventPiece>(path.front().get())) {
402 piece = std::move(pieceToKeep == event ? piece : path.front());
429 // Remove the front piece from the path. If it is still something we
431 auto piece = std::move(pieces.front());
476 auto Piece = std::move(Path.front());
1154 Call = cast<PathDiagnosticCallPiece>(C.getActivePath().front().get());
1161 C.getActivePath().front().get() == Call);
1941 dyn_cast<PathDiagnosticControlFlowPiece>(Path.front()
[all...]
H A DStore.cpp346 return evalDerivedToBase(loc::MemRegionVal(MR), Paths.front());
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp312 bool lPrivate = (lhs->name.front() == 'l');
313 bool rPrivate = (rhs->name.front() == 'l');
337 else if (symbols.front()->value != section.address) {
340 0, Atom::scopeTranslationUnit, symbols.front()->value,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h431 return m_row_list.front()->GetCFAValue().GetRegisterNumber();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp285 if (host_str.front() == '[' && host_str.back() == ']')
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp259 SourceLocation SymbolsStart = Reference.Symbols.front().Range.getBegin();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp132 MangledSymbol(getMangledNames(ParentDecl).front(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h185 Output.push_back(hexFromNibbles('0', Input.front()));
H A Dilist.h220 using base_list_type::front;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h490 return ContainingVBases.empty() ? nullptr : ContainingVBases.front();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp274 stripExecutableExtension(llvm::sys::path::filename(Args.front()));
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp277 Alias->getValueAsListOfStrings("Prefixes").front(), Alias,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp268 auto Job = Qu.front();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h176 TransferBatch *b = sci->free_list.front();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h429 T &front() const XRAY_NEVER_INSTRUMENT {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp117 uint32_t target = getEFlags(objectFiles.front());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h198 return TemplateArgumentLists.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp417 IRBuilder<> B(&F->getEntryBlock().front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp68 Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp279 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp248 return Func->empty() ? nullptr : &Func->front();

Completed in 400 milliseconds

<<11121314151617181920>>