Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h417 struct Limit { struct
438 Limit limit, bool mixed_source_and_assembly, argument
/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp260 unsigned Limit = in tryFitMultipleLinesInOne() local
585 unsigned Limit) { in tryMergeSimplePPDirective()
597 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement()
640 unsigned Limit) { in tryMergeShortCaseLabels()
695 unsigned Limit) { in tryMergeSimpleBlock()
874 unsigned Limit) { in limitConsideringMacros()
883 unsigned Limit) { in nextTwoLinesFitInto()
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DState.cpp95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag() local
117 void State::addCallStack(unsigned Limit) { in addCallStack()
/openbsd/gnu/llvm/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 DRegAllocFast.cpp387 static const unsigned Limit = 8; in mayLiveOut() local
416 static const unsigned Limit = 8; in mayLiveIn() local
683 unsigned Limit = 20; in assignDanglingDebugValues() local
H A DSpillPlacement.cpp343 unsigned Limit = bundles->getNumBundles() * 10; in iterate() local
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DOptBisect.h67 void setLimit(int Limit) { in setLimit()
/openbsd/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h273 ASTLoadGuard(unsigned Limit) : Limit(Limit) {} in ASTLoadGuard()
286 const unsigned Limit; variable
/openbsd/gnu/llvm/llvm/lib/IR/
H A DOptBisect.cpp30 cl::cb<void, int>([](int Limit) { in __anonf058bf140102()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp198 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); in EmitTargetCodeForMemchr() local
245 SDValue Limit) { in getBoundedStrlen()
267 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen() local
/openbsd/gnu/llvm/llvm/lib/Support/
H A Dxxhash.cpp78 const unsigned char *const Limit = BEnd - 32; in xxHash64() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp186 unsigned Limit = getDefaultBlockScanLimit(); in getCallDependencyFrom() local
242 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getPointerDependencyFrom()
270 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit) { in getPointerDependencyFrom()
365 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getSimplePointerDependencyFrom()
H A DCFG.cpp160 unsigned Limit = DefaultMaxBBsToExplore; in isPotentiallyReachableFromMany() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DThreading.h130 bool Limit = false; variable
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp22 Expected<std::string> readStreamData(BinaryStream &Stream, uint64_t Limit) { in readStreamData()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp795 const TargetRegisterInfo *TRI, unsigned Limit, in forAllMIsUntilDef()
1219 MachineBasicBlock::iterator I, unsigned Limit, in findMatchingStore()
1519 LdStPairFlags &Flags, unsigned Limit, in findMatchingInsn()
1911 MachineBasicBlock::iterator I, int UnscaledOffset, unsigned Limit) { in findMatchingUpdateInsnForward()
1987 MachineBasicBlock::iterator I, unsigned Limit) { in findMatchingUpdateInsnBackward()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp144 uint32_t Limit = opts::pretty::ClassRecursionDepth; in shouldRecurse() local
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp287 unsigned Limit = (1 << 12) - 1; in estimateRSStackSizeLimit() local
435 uint64_t Limit = estimateRSStackSizeLimit(MF, STI); in determineCalleeSaves() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp789 unsigned Limit = (1 << Entry.Imm2Limit) - 1; in ReduceTo2Addr() local
869 unsigned Limit = ~0U; in ReduceToNarrow() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp184 unsigned Limit = 32 * (1 + It->second.size()); in hasEscapePath() local
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp21 RecordLimit Limit; in beginRecord() local
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h616 void setErrorLimit(unsigned Limit) { ErrorLimit = Limit; } in setErrorLimit()
620 void setTemplateBacktraceLimit(unsigned Limit) { in setTemplateBacktraceLimit()
632 void setConstexprBacktraceLimit(unsigned Limit) { in setConstexprBacktraceLimit()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp251 const SCEV *Limit; member
464 auto *Limit = dyn_cast<SCEVConstant>(LatchCheck.Limit); in isSafeToTruncateWideIVType() local
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp249 const uptr Limit = (uptr)-1; in addNoOverflow() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp1020 SourceLocation Limit = in updateConsecutiveMacroArgTokens() local

123