Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp32 static cl::opt<bool> UseDFS("icf-dfs", variable
167 opts::UseDFS in isIdenticalWith()
172 opts::UseDFS in isIdenticalWith()
428 BF.computeHash(opts::UseDFS, [&BC](const MCOperand &Op) { in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2208 bool UseDFS = false,
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3555 size_t BinaryFunction::computeHash(bool UseDFS, in computeHash() argument
3563 if (UseDFS) in computeHash()