Searched refs:PPCTOCRegDeps (Results 1 – 2 of 2) sorted by relevance
95 struct PPCTOCRegDeps : public MachineFunctionPass { struct97 PPCTOCRegDeps() : MachineFunctionPass(ID) { in PPCTOCRegDeps() function150 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,153 char PPCTOCRegDeps::ID = 0;155 llvm::createPPCTOCRegDepsPass() { return new PPCTOCRegDeps(); } in createPPCTOCRegDepsPass()
37 PPCTOCRegDeps.cpp