Home
last modified time | relevance | path

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

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