Searched refs:CondBranches (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 172 SmallVectorImpl<MachineInstr *> &CondBranches,
|
D | X86InstrInfo.cpp | 3962 SmallVectorImpl<MachineInstr *> &CondBranches, bool AllowModify) const { in AnalyzeBranchImpl() argument 4061 CondBranches.push_back(&*I); in AnalyzeBranchImpl() 4114 CondBranches.push_back(&*I); in AnalyzeBranchImpl() 4125 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranch() local 4126 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, CondBranches, AllowModify); in analyzeBranch() 4135 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranchPredicate() local 4136 if (AnalyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches, in analyzeBranchPredicate()
|