Home
last modified time | relevance | path

Searched refs:setLiveOutValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveRangeCalc.h255 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) { in setLiveOutValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSplitKit.cpp1185 LRC.setLiveOutValue(&*MBB, VNI); in transferValues()
1203 LRC.setLiveOutValue(&*MBB, VNI); // Live-out as well. in transferValues()
1212 LRC.setLiveOutValue(&*MBB, nullptr); in transferValues()
HDLiveRangeCalc.cpp405 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); in findReachingDefs()