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

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 205 /// setLiveOutValue - Indicate that VNI is live out from MBB. The
211 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) {
224 /// setLiveOutValue(MBB, 0).
237 /// setLiveOutValue, the value may be null for live-trough blocks.
LiveRangeCalc.cpp 314 setLiveOutValue(Pred, VNI);
SplitKit.cpp 881 LRC.setLiveOutValue(&*MBB, VNI);
899 LRC.setLiveOutValue(&*MBB, VNI); // Live-out as well.
    [all...]

Completed in 55 milliseconds