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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp285 // Initially, ParentInsertPts is empty and ParentPtsFreq is 0. Every child
286 // will update its parent's ParentInsertPts and ParentPtsFreq.
287 auto &ParentInsertPts = InsertPtsMap[Parent].first; local
299 ParentInsertPts.insert(Node);
302 ParentInsertPts.insert(InsertPts.begin(), InsertPts.end());

Completed in 154 milliseconds