Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h78 getClonePathsForFunction(StringRef FuncName) const;
184 getClonePathsForFunction(StringRef FuncName) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp74 BasicBlockSectionsProfileReader::getClonePathsForFunction( in getClonePathsForFunction() function in BasicBlockSectionsProfileReader
438 BasicBlockSectionsProfileReaderWrapperPass::getClonePathsForFunction( in getClonePathsForFunction() function in BasicBlockSectionsProfileReaderWrapperPass
440 return BBSPR.getClonePathsForFunction(FuncName); in getClonePathsForFunction()
H A DBasicBlockPathCloning.cpp253 .getClonePathsForFunction(MF.getName())); in INITIALIZE_PASS_DEPENDENCY()