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

/external/vixl/examples/
H A Dcustom-disassembler.cc149 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); local
169 for (instr = instr_start; instr < instr_end; instr += kInstructionSize) {
H A Dnon-const-visitor.cc81 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); local
100 for (instr = instr_start; instr < instr_end; instr += kInstructionSize) {
/external/vixl/test/examples/
H A Dtest-examples.cc559 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); local
563 ModifyNonConstVisitorTestGeneratedCode(instr_start, instr_end);
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h253 instr_iterator instr_end() { return Insts.end(); } function in class:llvm::MachineBasicBlock
254 const_instr_iterator instr_end() const { return Insts.end(); } function in class:llvm::MachineBasicBlock
262 iterator end () { return instr_end(); }
263 const_iterator end () const { return instr_end(); }
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1723 (** [instr_end bb] returns the last position in the instruction list of the
1724 basic block [bb]. [instr_end] and [instr_pred] can be used to iterate over
1727 val instr_end : llbasicblock -> (llbasicblock, llvalue) llrev_pos var

Completed in 119 milliseconds