Home
last modified time | relevance | path

Searched defs:MaxSteps (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp103 unsigned MaxSteps, in StepOverPredicatedInstrs()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp88 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned MaxSteps, in ExecuteWorkList()
138 auto ProcessWList = [this, UnlimitedSteps](unsigned MaxSteps) { in ExecuteWorkList()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp738 unsigned MaxSteps = Subtarget.isABI_O32() ? 8 : 12; in shouldTransformMulToShiftsAddsSubs() local