Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp130 SmallVectorImpl<MachineBasicBlock *> &BranchPath);
170 BranchPath.push_back(PredMBB); in findPath()
294 MachineBasicBlock *PredMBB = BranchPath.front(); in optimizeCondBr()
302 if (!(CC == X86::COND_E && BranchPath.size() == 1)) in optimizeCondBr()
305 MachineBasicBlock *RootMBB = BranchPath.back(); in optimizeCondBr()
353 for (auto &I : BranchPath) { in optimizeCondBr()
385 if (BranchPath.size() > 1) in optimizeCondBr()
408 SmallVector<MachineBasicBlock *, 4> BranchPath; in optimize() local
409 if (!findPath(&MBB, BranchPath)) in optimize()
416 for (auto I = BranchPath.rbegin(); I != BranchPath.rend(); ++I, ++Index) { in optimize()
[all …]