Searched defs:inst_begin (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | InstIterator.h | 131 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } inst_begin() function |
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | CodeGenTarget.h | 208 inst_iterator inst_begin() const { inst_begin() function |