Home
last modified time | relevance | path

Searched refs:CMGV (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp140 GlobalVariable* CMGV = cast<GlobalVariable>(VMap[GVs[i]]); in TestGlobalVariables() local
141 assert(CMGV && "Global Variable not in module?!"); in TestGlobalVariables()
142 GVSet.insert(CMGV); in TestGlobalVariables()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp152 GlobalVariable* CMGV = cast<GlobalVariable>(VMap[GVs[i]]); in TestGlobalVariables() local
153 assert(CMGV && "Global Variable not in module?!"); in TestGlobalVariables()
154 GVSet.insert(CMGV); in TestGlobalVariables()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp155 GlobalVariable *CMGV = cast<GlobalVariable>(VMap[GVs[i]]); in TestGlobalVariables() local
156 assert(CMGV && "Global Variable not in module?!"); in TestGlobalVariables()
157 GVSet.insert(CMGV); in TestGlobalVariables()