Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp178 void UpdateRoot(Instruction *SMLAD) { in UpdateRoot() function in __anon176cfc890111::Reduction
726 R.UpdateRoot(cast<Instruction>(Acc)); in InsertParallelMACs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1584 void treeErase(bool UpdateRoot = true);
1889 treeErase(/* UpdateRoot= */false); in treeInsert()
1935 iterator::treeErase(bool UpdateRoot) { in treeErase() argument
1945 if (UpdateRoot && IM.branched() && P.valid() && P.atBegin()) in treeErase()
1958 } else if (UpdateRoot && P.atBegin()) in treeErase()