Searched defs:addInstructions (Results 1 – 2 of 2) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryBasicBlock.h | 477 template <typename Itr> void addInstructions(Itr Begin, Itr End) { addInstructions() function |
/llvm-project/llvm/tools/llvm-exegesis/lib/ | ||
H A D | Assembler.cpp | 178 void BasicBlockFiller::addInstructions(ArrayRef<MCInst> Insts, in addInstructions() function in llvm::exegesis::BasicBlockFiller |