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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 177 /// isNotInMIMap - returns true if the specified machine instr has been
179 bool isNotInMIMap(const MachineInstr* Instr) const {
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 783 bool mapped = !LiveInts->isNotInMIMap(MI);
    [all...]
TwoAddressInstructionPass.cpp 356 !LIS->isNotInMIMap(MI)) {
    [all...]

Completed in 1738 milliseconds