Home | History | Annotate | Download | only in JIT

Lines Matching refs:MachineFunction

24 #include "llvm/CodeGen/MachineFunction.h"
394 virtual void startFunction(MachineFunction &F);
395 virtual bool finishFunction(MachineFunction &F);
445 void retryWithMoreMemory(MachineFunction &F);
781 void JITEmitter::startFunction(MachineFunction &F) {
817 bool JITEmitter::finishFunction(MachineFunction &F) {
1002 void JITEmitter::retryWithMoreMemory(MachineFunction &F) {
1011 for (MachineFunction::iterator MBB = F.begin(), E = F.end(); MBB != E; ++MBB){