Home
last modified time | relevance | path

Searched refs:FInfoMap (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DGCMetadata.cpp65 finfo_map_type::iterator I = FInfoMap.find(&F); in getFunctionInfo()
66 if (I != FInfoMap.end()) in getFunctionInfo()
72 FInfoMap[&F] = GFI; in getFunctionInfo()
78 FInfoMap.clear(); in clear()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCMetadata.cpp106 finfo_map_type::iterator I = FInfoMap.find(&F); in getFunctionInfo()
107 if (I != FInfoMap.end()) in getFunctionInfo()
112 FInfoMap[&F] = GFI; in getFunctionInfo()
117 FInfoMap.clear(); in clear()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCMetadata.h165 finfo_map_type FInfoMap; variable
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h181 finfo_map_type FInfoMap; variable