Home
last modified time | relevance | path

Searched refs:MergerMode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp517 MergerMode = HashFunctionMode::BuildingHashFuncion; in initializeMergerMode()
519 MergerMode = HashFunctionMode::UsingHashFunction; in initializeMergerMode()
549 if (MergerMode == HashFunctionMode::UsingHashFunction) { in run()
556 if (MergerMode == HashFunctionMode::BuildingHashFuncion) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGlobalMergeFunctions.h51 HashFunctionMode MergerMode = HashFunctionMode::Local; variable