HomeSort by: relevance | last modified time | path
    Searched refs:CallsUnwindInit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 120 bool CallsUnwindInit = MF.callsUnwindInit();
124 if (CallsUnwindInit || MRI.isPhysRegModified(Reg))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 350 bool CallsUnwindInit = false;
959 bool callsUnwindInit() const { return CallsUnwindInit; }
960 void setCallsUnwindInit(bool b) { CallsUnwindInit = b; }

Completed in 45 milliseconds