Searched defs:instr_begin (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h244 instr_iterator instr_begin() { return Insts.begin(); } function in class:llvm::MachineBasicBlock
245 const_instr_iterator instr_begin() const { return Insts.begin(); } function in class:llvm::MachineBasicBlock

Completed in 94 milliseconds