Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h229 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) { in setLiveOutValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp255 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); in findReachingDefs()
H A DSplitKit.cpp1200 LIC.setLiveOutValue(&*MBB, VNI); in transferValues()
1218 LIC.setLiveOutValue(&*MBB, VNI); // Live-out as well. in transferValues()
1227 LIC.setLiveOutValue(&*MBB, nullptr); in transferValues()