Home
last modified time | relevance | path

Searched refs:AtStart (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSetWavePriority.cpp125 bool AtStart = true; in runOnMachineFunction() local
130 AtStart = false; in runOnMachineFunction()
137 AtStart = false; in runOnMachineFunction()
142 if (AtStart) in runOnMachineFunction()
156 if (AtStart) in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp454 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
456 if (!AtStart) in restoreCalleeSavedRegisters()
470 if (AtStart) in restoreCalleeSavedRegisters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2612 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
2614 if (!AtStart) in restoreCalleeSavedRegisters()
2698 if (AtStart) in restoreCalleeSavedRegisters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2794 bool AtStart = BI == BB->begin(); in processBlock() local
2795 if (!AtStart) in processBlock()
2807 if (AtStart) in processBlock()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1092 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc()
1095 ObjCContainerDeclBits.AtStart = Loc; in setAtStartLoc()
H A DDeclBase.h1925 SourceLocation AtStart;