Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp902 unsigned CondBranches = in isLegalAndProfitableToTransform() local
904 assert(CondBranches > 0 && in isLegalAndProfitableToTransform()
906 DuplicationCost = Metrics.NumInsts / CondBranches; in isLegalAndProfitableToTransform()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h233 SmallVectorImpl<MachineInstr *> &CondBranches,
H A DX86InstrInfo.cpp3814 SmallVectorImpl<MachineInstr *> &CondBranches, bool AllowModify) const { in analyzeBranchImpl() argument
3879 CondBranches.push_back(&*I); in analyzeBranchImpl()
3932 CondBranches.push_back(&*I); in analyzeBranchImpl()
3943 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranch() local
3944 return analyzeBranchImpl(MBB, TBB, FBB, Cond, CondBranches, AllowModify); in analyzeBranch()
4012 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranchPredicate() local
4013 if (analyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches, in analyzeBranchPredicate()