Home
last modified time | relevance | path

Searched defs:Limit (Results 1 – 25 of 64) sorted by relevance

123

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp221 unsigned Limit = in tryFitMultipleLinesInOne() local
459 unsigned Limit) { in tryMergeSimplePPDirective()
471 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement()
508 unsigned Limit) { in tryMergeShortCaseLabels()
558 unsigned Limit) { in tryMergeSimpleBlock()
711 unsigned Limit) { in limitConsideringMacros()
720 unsigned Limit) { in nextTwoLinesFitInto()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DState.cpp95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag() local
117 void State::addCallStack(unsigned Limit) { in addCallStack()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.cpp191 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local
248 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
H A DSpillPlacement.cpp343 unsigned Limit = bundles->getNumBundles() * 10; in iterate() local
H A DRegAllocFast.cpp361 static const unsigned Limit = 8; in mayLiveOut() local
390 static const unsigned Limit = 8; in mayLiveIn() local
653 unsigned Limit = 20; in assignDanglingDebugValues() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h261 ASTLoadGuard(unsigned Limit) : Limit(Limit) {} in ASTLoadGuard()
274 const unsigned Limit; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp205 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); in EmitTargetCodeForMemchr() local
252 SDValue Limit) { in getBoundedStrlen()
274 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dxxhash.cpp79 const unsigned char *const Limit = BEnd - 32; in xxHash64() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreading.h162 bool Limit = false; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp20 Expected<std::string> readStreamData(BinaryStream &Stream, uint32_t Limit) { in readStreamData()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp192 unsigned Limit = getDefaultBlockScanLimit(); in getCallDependencyFrom() local
248 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getPointerDependencyFrom()
276 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit) { in getPointerDependencyFrom()
371 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getSimplePointerDependencyFrom()
H A DCFG.cpp164 unsigned Limit = DefaultMaxBBsToExplore; in isPotentiallyReachableFromMany() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp143 uint32_t Limit = opts::pretty::ClassRecursionDepth; in shouldRecurse() local
/netbsd/sys/external/bsd/acpica/dist/tools/acpibin/
H A Dabcompare.c121 const UINT8 *Limit; in AcpiTbSumTable() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp813 const TargetRegisterInfo *TRI, unsigned Limit, in forAllMIsUntilDef()
1233 MachineBasicBlock::iterator I, unsigned Limit, in findMatchingStore()
1522 LdStPairFlags &Flags, unsigned Limit, in findMatchingInsn()
1886 MachineBasicBlock::iterator I, int UnscaledOffset, unsigned Limit) { in findMatchingUpdateInsnForward()
1961 MachineBasicBlock::iterator I, unsigned Limit) { in findMatchingUpdateInsnBackward()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp19 RecordLimit Limit; in beginRecord() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp791 unsigned Limit = (1 << Entry.Imm2Limit) - 1; in ReduceTo2Addr() local
871 unsigned Limit = ~0U; in ReduceToNarrow() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h614 void setErrorLimit(unsigned Limit) { ErrorLimit = Limit; } in setErrorLimit()
618 void setTemplateBacktraceLimit(unsigned Limit) { in setTemplateBacktraceLimit()
630 void setConstexprBacktraceLimit(unsigned Limit) { in setConstexprBacktraceLimit()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp241 const SCEV *Limit; member
448 auto *Limit = dyn_cast<SCEVConstant>(LatchCheck.Limit); in isSafeToTruncateWideIVType() local
/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc242 const uptr Limit = (uptr)-1; in addNoOverflow() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc244 const uptr Limit = (uptr)-1; in addNoOverflow() local
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc242 const uptr Limit = (uptr)-1; in addNoOverflow() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp169 unsigned Limit = 32 * (1 + It->second.size()); in hasEscapePath() local
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp70 size_t Limit = std::min(L.size(), R.size()); in matchingPrefix() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp279 unsigned Limit = DAG->getRegClassInfo()->getRegPressureSetLimit(i); in initialize() local

123