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

  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 145 LivePhysRegs LiveRegSet;
356 LiveRegSet.clear();
551 LiveRegSet.init(TRI);
552 LiveRegSet.addLiveOuts(MBB);
560 LiveRegSet.stepBackward(*I);
563 if (!LiveRegSet.contains(UndefMI->getOperand(OpIdx).getReg()))
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 211 struct LiveRegSet {
279 LiveRegSet LiveRegs;

Completed in 281 milliseconds