Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h99 getClonePathsForFunction(StringRef FuncName) const;
205 getClonePathsForFunction(StringRef FuncName) const;
/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp73 BasicBlockSectionsProfileReader::getClonePathsForFunction( in getClonePathsForFunction() function in BasicBlockSectionsProfileReader
437 BasicBlockSectionsProfileReaderWrapperPass::getClonePathsForFunction( in getClonePathsForFunction() function in BasicBlockSectionsProfileReaderWrapperPass
439 return BBSPR.getClonePathsForFunction(FuncName); in getClonePathsForFunction()
H A DBasicBlockPathCloning.cpp245 .getClonePathsForFunction(MF.getName())); in INITIALIZE_PASS_DEPENDENCY()