Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h230 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) { in setLiveOutValue() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp254 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); in findReachingDefs()
H A DSplitKit.cpp1235 LIC.setLiveOutValue(&*MBB, VNI); in transferValues()
1253 LIC.setLiveOutValue(&*MBB, VNI); // Live-out as well. in transferValues()
1262 LIC.setLiveOutValue(&*MBB, nullptr); in transferValues()