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

/external/llvm/lib/Analysis/
H A DStratifiedSets.h363 /// \brief Restructures the stratified sets as necessary to make "ToAdd" in a
365 /// above), so we merge them such that ToAdd and Main are in the same set.
366 bool addAbove(const T &Main, const T &ToAdd) { argument
373 return addAtMerging(ToAdd, Above);
376 /// \brief Restructures the stratified sets as necessary to make "ToAdd" in a
378 /// above), so we merge them such that ToAdd and Main are in the same set.
379 bool addBelow(const T &Main, const T &ToAdd) { argument
386 return addAtMerging(ToAdd, Below);
389 bool addWith(const T &Main, const T &ToAdd) { argument
392 return addAtMerging(ToAdd, MainInde
407 addAtMerging(const T &ToAdd, StratifiedIndex Index) argument
[all...]

Completed in 66 milliseconds