Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
//===- AMDILCFGStructurizer.cpp - CFG Structurizer ------------------------===// | //===- AMDILCFGStructurizer.cpp - CFG Structurizer ------------------------===// | ||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//==-----------------------------------------------------------------------===// | //==-----------------------------------------------------------------------===// | ||||
#include "AMDGPU.h" | |||||
#include "MCTargetDesc/R600MCTargetDesc.h" | #include "MCTargetDesc/R600MCTargetDesc.h" | ||||
#include "R600.h" | #include "R600.h" | ||||
#include "R600RegisterInfo.h" | #include "R600RegisterInfo.h" | ||||
#include "R600Subtarget.h" | #include "R600Subtarget.h" | ||||
#include "llvm/ADT/SCCIterator.h" | #include "llvm/ADT/SCCIterator.h" | ||||
#include "llvm/ADT/Statistic.h" | #include "llvm/ADT/Statistic.h" | ||||
#include "llvm/CodeGen/MachineFunction.h" | #include "llvm/CodeGen/MachineFunction.h" | ||||
#include "llvm/CodeGen/MachineFunctionPass.h" | #include "llvm/CodeGen/MachineFunctionPass.h" | ||||
▲ Show 20 Lines • Show All 1,640 Lines • Show Last 20 Lines |