Lines Matching defs:NBBsOnAllPaths
297 int &NBBsOnAllPaths);
303 // Decrement by 1 NBBsOnAllPaths for each block between HoistPt and BB, and
304 // return true when the counter NBBsOnAllPaths reaces 0, except when it is
307 int &NBBsOnAllPaths);
310 // Decrement by 1 NBBsOnAllPaths for each block between HoistPt and BB, and
311 // return true when the counter NBBsOnAllPaths reaches 0, except when it is
314 int &NBBsOnAllPaths);
319 MemoryUseOrDef *U, InsKind K, int &NBBsOnAllPaths);
324 int &NBBsOnAllPaths) {
325 return !hasEHOnPath(HoistBB, BB, NBBsOnAllPaths);
621 int &NBBsOnAllPaths) {
623 if (NBBsOnAllPaths == 0)
640 int &NBBsOnAllPaths) {
659 if (hasEHhelper(BB, OldBB, NBBsOnAllPaths))
667 if (NBBsOnAllPaths != -1)
668 --NBBsOnAllPaths;
677 int &NBBsOnAllPaths) {
693 if (hasEHhelper(BB, SrcBB, NBBsOnAllPaths))
697 if (NBBsOnAllPaths != -1)
698 --NBBsOnAllPaths;
708 GVNHoist::InsKind K, int &NBBsOnAllPaths) {
732 if (hasEHOrLoadsOnPath(NewPt, cast<MemoryDef>(U), NBBsOnAllPaths))
734 } else if (hasEHOnPath(NewBB, OldBB, NBBsOnAllPaths))