Searched defs:getSuccessorIndex (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | CFG.h | 199 int getSuccessorIndex() const { return Idx; } in getSuccessorIndex() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | Block.cpp | 329 unsigned PredecessorIterator::getSuccessorIndex() const { getSuccessorIndex() function in PredecessorIterator |
/llvm-project/clang/lib/Analysis/ | ||
H A D | CalledOnceCheck.cpp | 578 static unsigned getSuccessorIndex(const CFGBlock *Parent, in getSuccessorIndex() function in __anondd8a70880111::NotCalledClarifier |