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

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 210 /// setLiveOutValue - Indicate that VNI is live out from MBB. The
216 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) {
229 /// setLiveOutValue(MBB, 0).
242 /// setLiveOutValue, the value may be null for live-trough blocks.
LiveRangeCalc.cpp 330 setLiveOutValue(Pred, VNI);
SplitKit.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeCalc.h 186 /// setLiveOutValue - Indicate that VNI is live out from MBB. The
192 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) {
205 /// setLiveOutValue(MBB, 0).
218 /// setLiveOutValue, the value may be null for live-trough blocks.
LiveRangeCalc.cpp 137 setLiveOutValue(Pred, VNI);
SplitKit.cpp 868 LRC.setLiveOutValue(MBB, VNI);
886 LRC.setLiveOutValue(MBB, VNI); // Live-out as well.
895 LRC.setLiveOutValue(MBB, 0);
    [all...]

Completed in 1105 milliseconds