Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1048 virtual bool shouldRegionSplitForVirtReg(const MachineFunction &MF,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp69 bool TargetRegisterInfo::shouldRegionSplitForVirtReg( in shouldRegionSplitForVirtReg() function in TargetRegisterInfo
H A DRegAllocGreedy.cpp1011 if (!TRI->shouldRegionSplitForVirtReg(*MF, VirtReg)) in tryRegionSplit()