Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp420 int &NBBsOnAllPaths) { in hasEHhelper() argument
422 if (NBBsOnAllPaths == 0) in hasEHhelper()
446 int &NBBsOnAllPaths) { in hasEHOrLoadsOnPath() argument
465 if (hasEHhelper(BB, OldBB, NBBsOnAllPaths)) in hasEHOrLoadsOnPath()
473 if (NBBsOnAllPaths != -1) in hasEHOrLoadsOnPath()
474 --NBBsOnAllPaths; in hasEHOrLoadsOnPath()
487 int &NBBsOnAllPaths) { in hasEHOnPath() argument
503 if (hasEHhelper(BB, SrcBB, NBBsOnAllPaths)) in hasEHOnPath()
507 if (NBBsOnAllPaths != -1) in hasEHOnPath()
508 --NBBsOnAllPaths; in hasEHOnPath()
[all …]