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

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

Completed in 131 milliseconds