Searched refs:mayLiveOut (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp229 bool mayLiveOut(Register VirtReg);
267 bool RegAllocFast::mayLiveOut(Register VirtReg) { function in class:__anon4623::RegAllocFast
444 if (OnlyLiveOut && !mayLiveOut(LR.VirtReg))

Completed in 269 milliseconds