Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp120 bool CallsUnwindInit = MF.callsUnwindInit(); in determineCalleeSaves() local
124 if (CallsUnwindInit || MRI.isPhysRegModified(Reg)) in determineCalleeSaves()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h350 bool CallsUnwindInit = false;
1037 bool callsUnwindInit() const { return CallsUnwindInit; }
1038 void setCallsUnwindInit(bool b) { CallsUnwindInit = b; }