Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h172 SmallVectorImpl<MachineInstr *> &CondBranches,
DX86InstrInfo.cpp3962 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()