Home
last modified time | relevance | path

Searched refs:getClonePathsForFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicBlockSectionsProfileReader.h101 getClonePathsForFunction(StringRef FuncName) const;
207 getClonePathsForFunction(StringRef FuncName) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBasicBlockSectionsProfileReader.cpp73 BasicBlockSectionsProfileReader::getClonePathsForFunction( in getClonePathsForFunction() function in BasicBlockSectionsProfileReader
437 BasicBlockSectionsProfileReaderWrapperPass::getClonePathsForFunction( in getClonePathsForFunction() function in BasicBlockSectionsProfileReaderWrapperPass
439 return BBSPR.getClonePathsForFunction(FuncName); in getClonePathsForFunction()
HDBasicBlockPathCloning.cpp245 .getClonePathsForFunction(MF.getName())); in INITIALIZE_PASS_DEPENDENCY()