Searched refs:CondBranches (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 852 unsigned CondBranches = in isLegalAndProfitableToTransform() local 854 DuplicationCost = *Metrics.NumInsts.getValue() / CondBranches; in isLegalAndProfitableToTransform()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 147 SmallVectorImpl<MachineInstr *> &CondBranches,
|
| H A D | X86InstrInfo.cpp | 3015 SmallVectorImpl<MachineInstr *> &CondBranches, bool AllowModify) const { in AnalyzeBranchImpl() argument 3118 CondBranches.push_back(&*I); in AnalyzeBranchImpl() 3171 CondBranches.push_back(&*I); in AnalyzeBranchImpl() 3182 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranch() local 3183 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, CondBranches, AllowModify); in analyzeBranch() 3192 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranchPredicate() local 3193 if (AnalyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches, in analyzeBranchPredicate()
|