Searched refs:setLiveOutValue (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeCalc.h | 192 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) { in setLiveOutValue() function
|
D | LiveRangeCalc.cpp | 137 setLiveOutValue(Pred, VNI); in findReachingDefs()
|
D | SplitKit.cpp | 868 LRC.setLiveOutValue(MBB, VNI); in transferValues() 886 LRC.setLiveOutValue(MBB, VNI); // Live-out as well. in transferValues() 895 LRC.setLiveOutValue(MBB, 0); in transferValues()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeCalc.h | 216 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) { in setLiveOutValue() function
|
D | SplitKit.cpp | 983 LRC.setLiveOutValue(&*MBB, VNI); in transferValues() 1001 LRC.setLiveOutValue(&*MBB, VNI); // Live-out as well. in transferValues() 1010 LRC.setLiveOutValue(&*MBB, nullptr); in transferValues()
|
D | LiveRangeCalc.cpp | 330 setLiveOutValue(Pred, VNI); in findReachingDefs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRangeCalc.h | 257 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) { in setLiveOutValue() function
|
D | SplitKit.cpp | 1185 LRC.setLiveOutValue(&*MBB, VNI); in transferValues() 1203 LRC.setLiveOutValue(&*MBB, VNI); // Live-out as well. in transferValues() 1212 LRC.setLiveOutValue(&*MBB, nullptr); in transferValues()
|
D | LiveRangeCalc.cpp | 406 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); in findReachingDefs()
|