Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DDeltaTree.cpp83 int FullDelta; member in __anon0276b12b0111::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
89 int getFullDelta() const { return FullDelta; } in getFullDelta()
139 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; in DeltaTreeInteriorNode()
175 FullDelta = NewFullDelta; in RecomputeFullDeltaLocally()
185 FullDelta += Delta; in DoInsertion()
289 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta(); in DoInsertion()
350 int FullDelta = 0; in VerifyTree() local
354 FullDelta += N->getValue(i).Delta; in VerifyTree()
356 assert(FullDelta == N->getFullDelta()); in VerifyTree()
[all …]