Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp377 void removeLiveOut(unsigned Reg);
877 void LinearizedRegion::removeLiveOut(unsigned Reg) { in removeLiveOut() function in LinearizedRegion
884 removeLiveOut(OldReg); in replaceLiveOut()
1588 LRegion->removeLiveOut(Reg); in replaceLiveOutRegs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2864 void removeLiveOut(PHINode *PN) { in removeLiveOut() function
H A DLoopVectorize.cpp3335 Plan.removeLiveOut(PHI); in fixupIVUsers()
3648 State.Plan->removeLiveOut(LCSSAPhi); in fixFixedOrderRecurrence()