Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h401 succ_reverse_iterator succ_rend()
403 const_succ_reverse_iterator succ_rend() const
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h567 iterator end() { return iterator(Src->succ_rend()); } in end()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h989 succ_reverse_iterator succ_rend() { return Succs.rend(); } in succ_rend() function
991 const_succ_reverse_iterator succ_rend() const { return Succs.rend(); } in succ_rend() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp714 assert(Src->succ_rbegin() != Src->succ_rend()); in generateDefaultCaseNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2633 MBB->succ_rend()); in emitSjLjDispatchBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35919 MBB->succ_rend()); in EmitSjLjDispatchBlock()