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 199 /// setLiveOutValue - Indicate that VNI is live out from MBB. The
205 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) {
218 /// setLiveOutValue(MBB, 0).
231 /// setLiveOutValue, the value may be null for live-trough blocks.
LiveRangeCalc.cpp 219 setLiveOutValue(Pred, VNI);
SplitKit.cpp 899 LRC.setLiveOutValue(MBB, VNI);
    [all...]

Completed in 132 milliseconds