HomeSort by: relevance | last modified time | path
    Searched refs:SavedLastLocalValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1458 // SavedLastLocalValue to the current function insert point.
1459 void FastISel::removeDeadLocalValueCode(MachineInstr *SavedLastLocalValue)
1462 if (CurLastLocalValue != SavedLastLocalValue) {
1464 // This is the instruction after SavedLastLocalValue if it is non-NULL.
1466 MachineBasicBlock::iterator FirstDeadInst(SavedLastLocalValue);
1467 if (SavedLastLocalValue)
1471 setLastLocalValue(SavedLastLocalValue);
1482 MachineInstr *SavedLastLocalValue = getLastLocalValue();
1491 removeDeadLocalValueCode(SavedLastLocalValue);
1552 removeDeadLocalValueCode(SavedLastLocalValue);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 544 /// Removes dead local value instructions after SavedLastLocalvalue.
545 void removeDeadLocalValueCode(MachineInstr *SavedLastLocalValue);

Completed in 46 milliseconds