Home
last modified time | relevance | path

Searched refs:exposesReturnsTwice (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h37 bool exposesReturnsTwice = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp230 if (MF.exposesReturnsTwice()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp540 if (MF.exposesReturnsTwice()) in runOnMachineFunction()
H A DMIRPrinter.cpp200 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()
H A DRegisterCoalescer.cpp4205 if (fn.exposesReturnsTwice()) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp381 MF.exposesReturnsTwice() || in needsFP()
592 if (hasFP(MF) || RegInfo->hasBasePointer(MF) || MF.exposesReturnsTwice()) in stackUpdateCanBeMoved()
1722 else if (FI->hasFastCall() || MF.exposesReturnsTwice()) { in emitEpilogue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h779 bool exposesReturnsTwice() const {
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp2100 MF.exposesReturnsTwice()) { in tracePredStateThroughCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1521 if (MF->exposesReturnsTwice()) in beginFunctionImpl()