Searched defs:UpperBound (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 520 int UpperBound, LowerBound; in AddPred() local 545 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() 575 int UpperBound) { in Shift() 619 int UpperBound, LowerBound; in IsReachable() local
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUFrameLowering.cpp | 78 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI; in getFrameIndexOffset() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 526 APInt UpperBound = CUB->getValue()->getValue(); in intersectConstraints() local 1026 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local 1210 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local 1617 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local 1727 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local 1812 if (const SCEVConstant *UpperBound = in exactRDIVtest() local 1822 if (const SCEVConstant *UpperBound = in exactRDIVtest() local 2618 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 194 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
D | ImageDecoder.cpp | 246 UpperBound, enumerator
|
/external/openfst/src/include/fst/ |
D | util.h | 441 Key UpperBound() const { return max_key_; } in UpperBound() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 282 DefinedOrUnknownSVal UpperBound, in assumeInBound()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1288 unsigned UpperBound = std::min(ApproxPos+10, FileLen); in getLineNumber() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 295 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3226 unsigned UpperBound = (Typo.size() + 2) / 3; in FoundName() local
|