Home
last modified time | relevance | path

Searched defs:addInstructions (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h477 template <typename Itr> void addInstructions(Itr Begin, Itr End) { addInstructions() function
483 template <typename RangeTy> void addInstructions(RangeTy R) { addInstructions() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp178 void BasicBlockFiller::addInstructions(ArrayRef<MCInst> Insts, in addInstructions() function in llvm::exegesis::BasicBlockFiller