Home
last modified time | relevance | path

Searched defs:UpperBound (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
DScheduleDAG.cpp520 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/
DAMDGPUFrameLowering.cpp78 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI; in getFrameIndexOffset() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp526 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/
DLowerSwitch.cpp194 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp246 UpperBound, enumerator
/external/openfst/src/include/fst/
Dutil.h441 Key UpperBound() const { return max_key_; } in UpperBound() function
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp282 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/external/clang/lib/Basic/
DSourceManager.cpp1288 unsigned UpperBound = std::min(ApproxPos+10, FileLen); in getLineNumber() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp295 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
/external/clang/lib/Sema/
DSemaLookup.cpp3226 unsigned UpperBound = (Typo.size() + 2) / 3; in FoundName() local