Searched refs:PPCTOCRegDeps (Results 1 – 2 of 2) sorted by relevance
81 struct PPCTOCRegDeps : public MachineFunctionPass { struct83 PPCTOCRegDeps() : MachineFunctionPass(ID) {} in PPCTOCRegDeps() function136 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,139 char PPCTOCRegDeps::ID = 0;141 llvm::createPPCTOCRegDepsPass() { return new PPCTOCRegDeps(); } in createPPCTOCRegDepsPass()
1653 SRCS_MIN+= Target/PowerPC/PPCTOCRegDeps.cpp