Searched defs:Limit (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp67 const size_t Limit = OutputBuffer.size(); local
H A DCFG.cpp160 unsigned Limit = DefaultMaxBBsToExplore; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h72 void setLimit(int Limit) { argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp144 uint32_t Limit = opts::pretty::ClassRecursionDepth; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h130 bool Limit = false; member in class:llvm::ThreadPoolStrategy
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp23 Expected<std::string> readStreamData(BinaryStream &Stream, uint64_t Limit) { argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp96 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); local
118 void State::addCallStack(unsigned Limit) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp192 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; local
249 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; local
H A DSpillPlacement.cpp343 unsigned Limit = bundles->getNumBundles() * 10; local
H A DVLIWMachineScheduler.cpp296 unsigned Limit = DAG->getRegClassInfo()->getRegPressureSetLimit(i); local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp22 RecordLimit Limit; local
/freebsd-current/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h273 ASTLoadGuard(unsigned Limit) : Limit(Limit) {} argument
286 const unsigned Limit; member in class:clang::cross_tu::CrossTranslationUnitContext::ASTLoadGuard
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp198 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); local
267 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); local
242 getBoundedStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, SDValue Limit) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp186 unsigned Limit = 32 * (1 + It->second.size()); local
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp418 calculateStmtComplexity( const StmtSequence &Seq, std::size_t Limit, const std::string &ParentMacroStack) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp287 unsigned Limit = (1 << 12) - 1; local
435 uint64_t Limit = estimateRSStackSizeLimit(MF, STI); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp137 assumeRequirement(OperandSide Side, BinaryOperator::Opcode Comparison, unsigned Limit) argument
298 recordAssumption(OperandSide Side, BinaryOperator::Opcode Comparison, unsigned Limit) argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp71 size_t Limit = std::min(L.size(), R.size()); local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp257 const uptr Limit = (uptr)-1; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp789 unsigned Limit = (1 << Entry.Imm2Limit) - 1; local
869 unsigned Limit = ~0U; local
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1019 SourceLocation Limit = local
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp95 const unsigned char *const Limit = BEnd - 32; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h421 struct Limit { struct in class:lldb_private::Disassembler
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp251 const SCEV *Limit; member in struct:__anon2932::LoopICmp
258 << ", Limit = " << *Limit << "\n"; local
424 auto *Limit = dyn_cast<SCEVConstant>(LatchCheck.Limit); local
252 LoopICmp(ICmpInst::Predicate Pred, const SCEVAddRecExpr *IV, const SCEV *Limit) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp1212 int Limit = MaxHSDR; local

Completed in 204 milliseconds

123