Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTOCRegDeps.cpp95 struct PPCTOCRegDeps : public MachineFunctionPass { struct
97 PPCTOCRegDeps() : MachineFunctionPass(ID) { in PPCTOCRegDeps() function
150 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,
153 char PPCTOCRegDeps::ID = 0;
155 llvm::createPPCTOCRegDepsPass() { return new PPCTOCRegDeps(); } in createPPCTOCRegDepsPass()
DCMakeLists.txt37 PPCTOCRegDeps.cpp