Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h381 succ_reverse_iterator succ_rend()
383 const_succ_reverse_iterator succ_rend() const
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h571 iterator end() { return iterator(Src->succ_rend()); } in end()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h961 succ_reverse_iterator succ_rend() { return Succs.rend(); } in succ_rend() function
963 const_succ_reverse_iterator succ_rend() const { return Succs.rend(); } in succ_rend() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp714 assert(Src->succ_rbegin() != Src->succ_rend()); in generateDefaultCaseNode()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2635 MBB->succ_rend()); in emitSjLjDispatchBlock()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37187 MBB->succ_rend()); in EmitSjLjDispatchBlock()