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 __anona996daa60111::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
89 int getFullDelta() const { return FullDelta; } in getFullDelta()
137 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; in DeltaTreeInteriorNode()
172 FullDelta = NewFullDelta; in RecomputeFullDeltaLocally()
182 FullDelta += Delta; in DoInsertion()
286 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta(); in DoInsertion()
347 int FullDelta = 0; in VerifyTree() local
351 FullDelta += N->getValue(i).Delta; in VerifyTree()
353 assert(FullDelta == N->getFullDelta()); in VerifyTree()
[all …]