Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp509 BC.foldFunction(*ChildBF, *ParentBF); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1105 void foldFunction(BinaryFunction &ChildBF, BinaryFunction &ParentBF);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1319 void BinaryContext::foldFunction(BinaryFunction &ChildBF, in foldFunction() function in llvm::bolt::BinaryContext