OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BasicBlockFiller
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.h
45
class
BasicBlockFiller
{
47
BasicBlockFiller
(MachineFunction &MF, MachineBasicBlock *MBB,
66
BasicBlockFiller
addBasicBlock();
69
BasicBlockFiller
getEntry() { return Entry; }
78
BasicBlockFiller
Entry;
Assembler.cpp
40
ArrayRef<RegisterValue> RegisterInitialValues,
BasicBlockFiller
&BBF) {
90
BasicBlockFiller
::
BasicBlockFiller
(MachineFunction &MF, MachineBasicBlock *MBB,
94
void
BasicBlockFiller
::addInstruction(const MCInst &Inst, const DebugLoc &DL) {
118
void
BasicBlockFiller
::addInstructions(ArrayRef<MCInst> Insts,
124
void
BasicBlockFiller
::addReturn(const DebugLoc &DL) {
145
BasicBlockFiller
FunctionFiller::addBasicBlock() {
148
return
BasicBlockFiller
(MF, MBB, MCII);
Completed in 67 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026