Searched refs:getFunctionLoc (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 111 unsigned getFunctionLoc(Function &F); 1066 unsigned SampleProfileLoader::getFunctionLoc(Function &F) { in getFunctionLoc() function in SampleProfileLoader 1142 if (getFunctionLoc(F) == 0) in emitAnnotations() 1146 << ": " << getFunctionLoc(F) << "\n"); in emitAnnotations() 1171 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations() 1184 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
D | SampleProfileLoaderBaseImpl.h | 131 unsigned getFunctionLoc(FunctionT &Func); 942 Func.getSubprogram()->getFilename(), getFunctionLoc(F), 955 Func.getSubprogram()->getFilename(), getFunctionLoc(F), 975 unsigned SampleProfileLoaderBaseImpl<BT>::getFunctionLoc(FunctionT &F) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 326 unsigned getFunctionLoc(Function &F); 1628 unsigned SampleProfileLoader::getFunctionLoc(Function &F) { in getFunctionLoc() function in SampleProfileLoader 1706 if (getFunctionLoc(F) == 0) in emitAnnotations() 1710 << F.getName() << ": " << getFunctionLoc(F) << "\n"); in emitAnnotations() 1745 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations() 1758 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | MIRSampleProfile.cpp | 280 if (getFunctionLoc(MF) == 0) in runOnFunction()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 1793 if (getFunctionLoc(F) == 0) in emitAnnotations() 1797 << F.getName() << ": " << getFunctionLoc(F) << "\n"); in emitAnnotations()
|