Searched refs:succ_rend (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h332 succ_reverse_iterator succ_rend() function in class:llvm::MachineBasicBlock
334 const_succ_reverse_iterator succ_rend() const function in class:llvm::MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp684 assert(Src->succ_rbegin() != Src->succ_rend());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h558 iterator end() { return iterator(Src->succ_rend()); }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h961 succ_reverse_iterator succ_rend() { return Succs.rend(); }
963 const_succ_reverse_iterator succ_rend() const { return Succs.rend(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 151 milliseconds