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

  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 101 if (MI->allDefsAreDead()) {
138 if (MI->allDefsAreDead()) {
LiveRangeEdit.cpp 225 assert(MI->allDefsAreDead() && "Def isn't really dead");
InlineSpiller.cpp     [all...]
LiveIntervalAnalysis.cpp 449 if (dead && MI->allDefsAreDead()) {
    [all...]
MachineInstr.cpp     [all...]
RegisterCoalescer.cpp     [all...]
SplitKit.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]

Completed in 307 milliseconds