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

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 61 /// isTriviallyReMaterializable - Return true if the instruction is trivially
64 bool isTriviallyReMaterializable(const MachineInstr *MI,
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 50 if (!tii.isTriviallyReMaterializable(DefMI, aa))
MachineLICM.cpp     [all...]
MachineInstr.cpp     [all...]
RegisterCoalescer.cpp 815 if (!TII->isTriviallyReMaterializable(DefMI, AA))
    [all...]
LiveIntervalAnalysis.cpp     [all...]
VirtRegRewriter.cpp 343 TII->isTriviallyReMaterializable(NewInsertLoc)))
    [all...]

Completed in 434 milliseconds