Searched refs:CfiFunctions (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 298 SetVector<GlobalValue *> CfiFunctions; in splitAndWriteThinLTOBitcode() local 301 CfiFunctions.insert(&F); in splitAndWriteThinLTOBitcode() 315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 320 for (auto V : CfiFunctions) { in splitAndWriteThinLTOBitcode()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 298 SetVector<GlobalValue *> CfiFunctions; in splitAndWriteThinLTOBitcode() local 301 CfiFunctions.insert(&F); in splitAndWriteThinLTOBitcode() 315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 320 for (auto V : CfiFunctions) { in splitAndWriteThinLTOBitcode()
|