Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp284 getBranch(MachineBasicBlock &MBB, const MachineBasicBlock &Dst) const;
885 MipsDelaySlotFiller::getBranch(MachineBasicBlock &MBB, in getBranch() function in MipsDelaySlotFiller
927 getBranch(Pred, Succ); in examinePred()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h128 ErrorOr<const BranchInfo &> getBranch(uint64_t From, uint64_t To) const;
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp207 ErrorOr<const BranchInfo &> FuncBranchData::getBranch(uint64_t From, in getBranch() function in llvm::bolt::FuncBranchData