Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp181 void UpdateRoot(Instruction *SMLAD) { in UpdateRoot() function in __anonea9789b90111::Reduction
730 R.UpdateRoot(cast<Instruction>(Acc)); in InsertParallelMACs()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h1545 void treeErase(bool UpdateRoot = true);
1896 iterator::treeErase(bool UpdateRoot) { in treeErase() argument
1906 if (UpdateRoot && IM.branched() && P.valid() && P.atBegin()) in treeErase()
1919 } else if (UpdateRoot && P.atBegin()) in treeErase()