Home
last modified time | relevance | path

Searched refs:ClearVirtRegs_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp205 VirtRegRewriter(bool ClearVirtRegs_ = true) : in VirtRegRewriter() argument
207 ClearVirtRegs(ClearVirtRegs_) {} in VirtRegRewriter()
H A DRegAllocFast.cpp181 bool ClearVirtRegs_ = true) in RegAllocFastImpl() argument
183 ClearVirtRegs(ClearVirtRegs_) {} in RegAllocFastImpl()
400 RegAllocFast(const RegAllocFilterFunc F = nullptr, bool ClearVirtRegs_ = true) in RegAllocFast() argument
401 : MachineFunctionPass(ID), Impl(F, ClearVirtRegs_) {} in RegAllocFast()