Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp190 Module &M, SmallVectorImpl<Function *> &DeadComdatFunctions) { in filterDeadComdatFunctions() argument
196 for (Function *F : DeadComdatFunctions) { in filterDeadComdatFunctions()
242 DeadComdatFunctions.clear(); in filterDeadComdatFunctions()
247 erase_if(DeadComdatFunctions, [&](GlobalValue *GV) { in filterDeadComdatFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h98 Module &M, SmallVectorImpl<Function *> &DeadComdatFunctions);