Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h229 void setLiveOutValue(MachineBasicBlock *MBB, VNInfo *VNI) { in setLiveOutValue() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp250 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); in findReachingDefs()
H A DSplitKit.cpp1187 LIC.setLiveOutValue(&*MBB, VNI); in transferValues()
1205 LIC.setLiveOutValue(&*MBB, VNI); // Live-out as well. in transferValues()
1214 LIC.setLiveOutValue(&*MBB, nullptr); in transferValues()