Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaTree.cpp83 int FullDelta = 0; member in __anon400feef60111::DeltaTreeNode
89 int getFullDelta() const { return FullDelta; } in getFullDelta()
139 FullDelta = in DeltaTreeInteriorNode()
176 FullDelta = NewFullDelta; in RecomputeFullDeltaLocally()
186 FullDelta += Delta; in DoInsertion()
291 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()
362 int FullDelta = 0; in VerifyTree() local
[all …]