Searched refs:PPCTOCRegDeps (Results 1 – 2 of 2) sorted by relevance
94 struct PPCTOCRegDeps : public MachineFunctionPass { struct96 PPCTOCRegDeps() : MachineFunctionPass(ID) { in PPCTOCRegDeps() argument149 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,152 char PPCTOCRegDeps::ID = 0;154 llvm::createPPCTOCRegDepsPass() { return new PPCTOCRegDeps(); } in createPPCTOCRegDepsPass()
38 PPCTOCRegDeps.cpp