Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp937 MachineBasicBlock *BrBB = FuncInfo.MBB; in selectBranch() local
970 BuildMI(*BrBB, FuncInfo.InsertPt, MIMD, TII.get(Mips::BGTZ)) in selectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp765 MachineBasicBlock *BrBB = FuncInfo.MBB; in SelectBranch() local
791 BuildMI(*BrBB, FuncInfo.InsertPt, MIMD, TII.get(PPC::BCC)) in SelectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2791 static Value *isSafeToSpeculateStore(Instruction *I, BasicBlock *BrBB, in isSafeToSpeculateStore() argument
2808 for (Instruction &CurI : reverse(BrBB->instructionsWithoutDebug(true))) { in isSafeToSpeculateStore()