Home
last modified time | relevance | path

Searched refs:CurrentIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DStratifiedSets.h328 auto CurrentIndex = getHighestParentAbove(I); in propagateAttrs() local
329 if (!Visited.insert(CurrentIndex).second) in propagateAttrs()
332 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs()
333 auto &CurrentBits = Links[CurrentIndex].Attrs; in propagateAttrs()
334 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs()
337 CurrentIndex = NextIndex; in propagateAttrs()
/external/llvm/include/llvm/IR/
DInstrTypes.h1608 unsigned CurrentIndex = BeginIndex;
1614 BOI.Begin = CurrentIndex;
1615 BOI.End = CurrentIndex + BI->input_size();
1616 CurrentIndex = BOI.End;
/external/v8/src/
Ddeoptimizer.h850 int CurrentIndex() const { return static_cast<int>(contents_.size()); } in CurrentIndex() function
919 index_(buffer->CurrentIndex()), in Translation()
Ddeoptimizer.cc2324 Handle<ByteArray> result = factory->NewByteArray(CurrentIndex(), TENURED); in CreateByteArray()