Searched refs:DepthFirst (Results 1 – 1 of 1) sorted by relevance
132 auto DepthFirst = vp_depth_first_shallow(Plan.getEntry()); in getFirstLoopHeader() local133 auto I = find_if(DepthFirst, [&VPDT](VPBlockBase *VPB) { in getFirstLoopHeader()136 return I == DepthFirst.end() ? nullptr : cast<VPBasicBlock>(*I); in getFirstLoopHeader()