Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp453 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
455 if (!AtStart) in restoreCalleeSavedRegisters()
469 if (AtStart) in restoreCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2866 bool AtStart = BI == BB->begin(); in processBlock() local
2867 if (!AtStart) in processBlock()
2879 if (AtStart) in processBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2619 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
2621 if (!AtStart) in restoreCalleeSavedRegisters()
2705 if (AtStart) in restoreCalleeSavedRegisters()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1095 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc()
1098 ObjCContainerDeclBits.AtStart = Loc; in setAtStartLoc()
H A DDeclBase.h1935 SourceLocation AtStart;