Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h230 bool canRenameComdatFunc(const Function &F, bool CheckAddressTaken = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp681 !canRenameComdatFunc(*F)) in getVarName()
DPGOInstrumentation.cpp651 if (!DoComdatRenaming || !canRenameComdatFunc(F, true)) in canRenameComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1088 bool canRenameComdatFunc(const Function &F, bool CheckAddressTaken) { in canRenameComdatFunc() function