Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp377 void removeLiveOut(unsigned Reg);
875 void LinearizedRegion::removeLiveOut(unsigned Reg) { in removeLiveOut() function in LinearizedRegion
882 removeLiveOut(OldReg); in replaceLiveOut()
1586 LRegion->removeLiveOut(Reg); in replaceLiveOutRegs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3474 void removeLiveOut(PHINode *PN) { in removeLiveOut() function
H A DLoopVectorize.cpp2831 Plan.removeLiveOut(PHI); in fixupIVUsers()