Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp40 class GCNPreRALongBranchReg : public MachineFunctionPass { class
54 GCNPreRALongBranchReg() : MachineFunctionPass(ID) { in GCNPreRALongBranchReg() function in __anon0e7fc7e10111::GCNPreRALongBranchReg
67 char GCNPreRALongBranchReg::ID = 0;
69 INITIALIZE_PASS(GCNPreRALongBranchReg, DEBUG_TYPE,
72 char &llvm::GCNPreRALongBranchRegID = GCNPreRALongBranchReg::ID;
73 void GCNPreRALongBranchReg::generateBlockInfo( in generateBlockInfo()
103 bool GCNPreRALongBranchReg::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()