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.cpp177 void UpdateRoot(Instruction *SMLAD) { in UpdateRoot() function in __anon176cfc890111::Reduction
731 R.UpdateRoot(cast<Instruction>(Acc)); in InsertParallelMACs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1585 void treeErase(bool UpdateRoot = true);
1936 iterator::treeErase(bool UpdateRoot) { in treeErase() argument
1946 if (UpdateRoot && IM.branched() && P.valid() && P.atBegin()) in treeErase()
1959 } else if (UpdateRoot && P.atBegin()) in treeErase()