Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionUtils.h37 bool hasInstrProfHashMismatch(MachineFunction &MF);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp267 bool llvm::hasInstrProfHashMismatch(MachineFunction &MF) { in hasInstrProfHashMismatch() function in llvm
295 hasInstrProfHashMismatch(MF)) in runOnMachineFunction()
H A DBasicBlockPathCloning.cpp230 if (hasInstrProfHashMismatch(MF)) in INITIALIZE_PASS_DEPENDENCY()