Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h63 LLVM_ABI void guessSuccessors(const MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp631 void llvm::guessSuccessors(const MachineBasicBlock &MBB, in guessSuccessors() function in llvm
655 guessSuccessors(MBB, GuessedSuccs, GuessedFallthrough); in canPredictSuccessors()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1003 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()