Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBlock.h224 bool hasNoSuccessors() { return succ_begin() == succ_end(); } in hasNoSuccessors() function
/external/llvm-project/mlir/lib/IR/
DPatternMatch.cpp218 assert(source->hasNoSuccessors() && in mergeBlockBefore()