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

/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp81 /// FullDelta - This is the full delta of all the values in this node and
83 int FullDelta; member in class:__anon17962::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
89 int getFullDelta() const { return FullDelta; }
111 /// RecomputeFullDeltaLocally - Recompute the FullDelta field by doing a
137 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta;
163 /// RecomputeFullDeltaLocally - Recompute the FullDelta field by doing a
172 FullDelta = NewFullDelta;
182 FullDelta += Delta;
286 InsertSide->FullDelta
347 int FullDelta = 0; local
359 int FullDelta = 0; local
[all...]

Completed in 81 milliseconds