Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp89 VPBlockBase *VPBlockBase::getEnclosingBlockWithSuccessors() { in getEnclosingBlockWithSuccessors() function in VPBlockBase
94 return Parent->getEnclosingBlockWithSuccessors(); in getEnclosingBlockWithSuccessors()
DVPlan.h460 VPBlockBase *getEnclosingBlockWithSuccessors();
474 return getEnclosingBlockWithSuccessors()->getSuccessors(); in getHierarchicalSuccessors()
480 return getEnclosingBlockWithSuccessors()->getSingleSuccessor(); in getSingleHierarchicalSuccessor()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h502 VPBlockBase *getEnclosingBlockWithSuccessors();
516 return getEnclosingBlockWithSuccessors()->getSuccessors(); in getHierarchicalSuccessors()
522 return getEnclosingBlockWithSuccessors()->getSingleSuccessor(); in getSingleHierarchicalSuccessor()
DVPlan.cpp223 VPBlockBase *VPBlockBase::getEnclosingBlockWithSuccessors() { in getEnclosingBlockWithSuccessors() function in VPBlockBase
228 return Parent->getEnclosingBlockWithSuccessors(); in getEnclosingBlockWithSuccessors()