Home
last modified time | relevance | path

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

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h281 bool spillPhysRegAroundRegDefsUses(const LiveInterval &li,
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DRegAllocLinearScan.cpp1183 if (li_->spillPhysRegAroundRegDefsUses(*cur, minReg, *vrm_)) { in assignRegOrStackSlotAtInterval()
H A DLiveIntervalAnalysis.cpp1925 bool LiveIntervals::spillPhysRegAroundRegDefsUses(const LiveInterval &li, in spillPhysRegAroundRegDefsUses() function in LiveIntervals