Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp148 bool canPredictSuccessors(const MachineBasicBlock &MBB) const;
541 bool MIPrinter::canPredictSuccessors(const MachineBasicBlock &MBB) const { in canPredictSuccessors() function in MIPrinter
605 !canPredictSuccessors(MBB)) { in print()