Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h45 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) { in getBlockWithSuccs() function
60 return getBlockWithSuccs(Block)->getSuccessors()[SuccIdx]; in deref()
83 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block); in end()