Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h421 struct Limit { struct
442 Limit limit, bool mixed_source_and_assembly, argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h65 setLimit(int Limit) setLimit() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp190 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local
247 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.cpp521 static const unsigned Limit = 8; in mayLiveOut() local
550 static const unsigned Limit = 8; in mayLiveIn() local
816 unsigned Limit = 20; in assignDanglingDebugValues() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp96 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag() local
118 void State::addCallStack(unsigned Limit) { in addCallStack()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp67 const size_t Limit = OutputBuffer.size(); in evaluateUntyped() local
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()
398 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getSimplePointerDependencyFrom()
H A DCFG.cpp173 unsigned Limit = DefaultMaxBBsToExplore; in isReachableImpl() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp266 unsigned Limit = in tryFitMultipleLinesInOne() local
609 unsigned Limit) { in tryMergeSimplePPDirective()
621 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement()
664 unsigned Limit) { in tryMergeShortCaseLabels()
719 unsigned Limit) { in tryMergeSimpleBlock()
904 unsigned Limit) { in limitConsideringMacros()
913 unsigned Limit) { in nextTwoLinesFitInto()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp30 cl::cb<void, int>([](int Limit) { in __anone3bc54870102()
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h273 ASTLoadGuard(unsigned Limit) : Limit(Limit) {} in ASTLoadGuard()
286 const unsigned Limit; variable
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPEmbedParameters.h38 PPEmbedParameterLimit(size_t Limit, SourceRange R) in PPEmbedParameterLimit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h130 bool Limit = false; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp23 Expected<std::string> readStreamData(BinaryStream &Stream, uint64_t Limit) { in readStreamData()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp144 uint32_t Limit = opts::pretty::ClassRecursionDepth; in shouldRecurse() local
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp824 const TargetRegisterInfo *TRI, unsigned Limit, in forAllMIsUntilDef()
1294 MachineBasicBlock::iterator I, unsigned Limit, in findMatchingStore()
1683 LdStPairFlags &Flags, unsigned Limit, in findMatchingInsn()
2101 MachineBasicBlock::iterator I, int UnscaledOffset, unsigned Limit) { in findMatchingUpdateInsnForward()
2177 MachineBasicBlock::iterator I, unsigned Limit) { in findMatchingUpdateInsnBackward()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp57 const SCEV *Limit = SE.getMinusSCEV(SE.getConstant(Min), StepPlusOne); in isSafeDecreasingBound() local
104 const SCEV *Limit = SE.getMinusSCEV(SE.getConstant(Max), StepMinusOne); in isSafeIncreasingBound() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp22 RecordLimit Limit; in beginRecord() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp789 unsigned Limit = (1 << Entry.Imm2Limit) - 1; in ReduceTo2Addr() local
869 unsigned Limit = ~0U; in ReduceToNarrow() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp262 unsigned Limit = 32 * (1 + It->second.size()); in canCoroBeginEscape() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp257 const uptr Limit = (uptr)-1; in addNoOverflow() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp251 const SCEV *Limit; member
464 auto *Limit = dyn_cast<SCEVConstant>(LatchCheck.Limit); isSafeToTruncateWideIVType() local
[all...]

123