Searched refs:finishCondBranch (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h458 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1697 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB);
1730 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB);
1743 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB);
1768 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1255 finishCondBranch(BI->getParent(), TBB, FBB);
1279 finishCondBranch(BI->getParent(), TBB, FBB);
1316 finishCondBranch(BI->getParent(), TBB, FBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2414 finishCondBranch(BI->getParent(), TBB, FBB);
2488 finishCondBranch(BI->getParent(), TBB, FBB);
2519 finishCondBranch(BI->getParent(), TBB, FBB);
2544 finishCondBranch(BI->getParent(), TBB, FBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1286 finishCondBranch(Br->getParent(), TBB, FBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1744 void FastISel::finishCondBranch(const BasicBlock *BranchBB, function in class:FastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp980 finishCondBranch(BI->getParent(), TBB, FBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp801 finishCondBranch(BI->getParent(), TBB, FBB);

Completed in 209 milliseconds