HomeSort by relevance Sort by last modified time
    Searched refs:MFE (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 53 for (MachineFunction::iterator MFI = F.begin(), MFE = F.end();
54 MFI != MFE; ++MFI) {
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 279 for (MachineFunction::const_iterator MFI = MF.begin(), MFE = MF.end();
280 MFI!=MFE; ++MFI) {
859 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end();
860 MFI != MFE; ++MFI) {
896 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end();
897 MFI != MFE; ++MFI) {
    [all...]
RegAllocBasic.cpp 443 MachineFunction::iterator MFE = MF->end();
456 if (++MBB == MFE)
LiveDebugVariables.cpp 459 for (MachineFunction::iterator MFI = mf.begin(), MFE = mf.end(); MFI != MFE;
    [all...]

Completed in 616 milliseconds