Searched refs:XCoreLowerThreadLocal (Results 1 – 2 of 2) sorted by relevance
43 struct XCoreLowerThreadLocal : public ModulePass { struct46 XCoreLowerThreadLocal() : ModulePass(ID) { in XCoreLowerThreadLocal() function56 char XCoreLowerThreadLocal::ID = 0;58 INITIALIZE_PASS(XCoreLowerThreadLocal, "xcore-lower-thread-local",62 return new XCoreLowerThreadLocal(); in createXCoreLowerThreadLocalPass()130 bool XCoreLowerThreadLocal::lowerGlobal(GlobalVariable *GV) { in lowerGlobal()173 bool XCoreLowerThreadLocal::runOnModule(Module &M) { in runOnModule()
21 XCoreLowerThreadLocal.cpp