Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionUtils.h37 bool hasInstrProfHashMismatch(MachineFunction &MF);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp276 bool llvm::hasInstrProfHashMismatch(MachineFunction &MF) { in hasInstrProfHashMismatch() function in llvm
306 hasInstrProfHashMismatch(MF)) in handleBBSections()
H A DBasicBlockPathCloning.cpp240 if (hasInstrProfHashMismatch(MF)) in INITIALIZE_PASS_DEPENDENCY()