HomeSort by: relevance | last modified time | path
    Searched refs:setLiveOutValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeCalc.h 224 /// setLiveOutValue - Indicate that VNI is live out from MBB. The
230 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) {
243 /// setLiveOutValue(MBB, 0).
255 /// setLiveOutValue, the value may be null for live-trough blocks.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeCalc.cpp 252 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI);
SplitKit.cpp 1192 LIC.setLiveOutValue(&*MBB, VNI);
1210 LIC.setLiveOutValue(&*MBB, VNI); // Live-out as well.
1219 LIC.setLiveOutValue(&*MBB, nullptr);

Completed in 16 milliseconds