Searched refs:Branch (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h32 struct Branch { struct in class:clang::UninitUse
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp183 MachineInstr *Branch = CCUsers[0];
184 if (Branch->getOpcode() != SystemZ::BRC ||
185 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP ||
186 Branch->getOperand(1).getImm() != SystemZ::CCMASK_CMP_NE)
191 // Compare and Branch.
193 MachineBasicBlock::iterator MBBI = Compare, MBBE = Branch;
198 // The transformation is OK. Rebuild Branch as a BRCT(G).
199 MachineOperand Target(Branch->getOperand(2));
200 Branch->RemoveOperand(2);
201 Branch
[all...]
H A DSystemZLongBranch.cpp1 //===-- SystemZLongBranch.cpp - Branch lengthening for SystemZ ------------===//
98 MachineInstr *Branch; member in struct:__anon2496::TerminatorInfo
106 // If Branch is nonnull, this is the number of the target block,
110 // If Branch is nonnull, this is the length of the longest relaxed form,
114 TerminatorInfo() : Branch(0), Size(0), TargetBlock(0), ExtraRelaxSize(0) {}
137 return "SystemZ Long Branch";
250 Terminator.Branch = MI;
306 if (!Terminator.Branch)
385 MachineInstr *Branch = Terminator.Branch; local
[all...]
H A DSystemZInstrInfo.cpp267 SystemZII::Branch Branch(getBranchInfo(I));
268 if (!Branch.Target->isMBB())
272 if (Branch.Type != SystemZII::BranchNormal)
275 if (Branch.CCMask == SystemZ::CCMASK_ANY) {
278 TBB = Branch.Target->getMBB();
290 if (MBB.isLayoutSuccessor(Branch.Target->getMBB())) {
298 TBB = Branch.Target->getMBB();
306 TBB = Branch.Target->getMBB();
307 Cond.push_back(MachineOperand::CreateImm(Branch
[all...]
H A DSystemZInstrInfo.h94 struct Branch { struct in namespace:llvm::SystemZII
107 Branch(BranchType type, unsigned ccValid, unsigned ccMask, function in struct:llvm::SystemZII::Branch
220 SystemZII::Branch getBranchInfo(const MachineInstr *MI) const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp596 UninitUse::Branch Branch; local
597 Branch.Terminator = Label;
598 Branch.Output = 0; // Ignored.
599 Use.addUninitBranch(Branch);
601 UninitUse::Branch Branch; local
602 Branch.Terminator = Term;
603 Branch.Output = I - Block->succ_begin();
604 Use.addUninitBranch(Branch);
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h108 Branch, enumerator in enum:llvm::MCID::__anon1923
258 return Flags & (1 << MCID::Branch);
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h204 // 4 4 24 0 Branch<4> (32-bit pointers)
205 // 8 4 16 0 Leaf<4,4>, Branch<4>
206 // 8 8 12 0 Leaf<4,8>, Branch<8>
935 Branch;
1158 NR = NR.get<Branch>().safeLookup(x);
1204 // splitRoot - Split the current BranchRoot into multiple Branch nodes.
1211 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1;
1228 Branch *B = newNode<Branch>();
1235 rootBranch().stop(n) = Node[n].template get<Branch>()
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp86 void Branch(MachineInstr &MI);
304 void SILowerControlFlowPass::Branch(MachineInstr &MI) { function in class:SILowerControlFlowPass
505 Branch(MI);
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dlog_accum.in606 if (/^Revision\/Branch:/) {
607 s,^Revision/Branch:,,;
704 push(@text, &read_file("$BRANCH_FILE.$i.$id.$cvs_user", "Branch:"));
H A Dcvs_acls.in244 Branch specific controls added by voisine@bytemobile.com (Aaron Voisine)
575 print("$$ File / Branch\n") if $debug;
689 " $cvsacl_modules; Branch(es): $cvsacl_branches.\n") if $debug;
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h375 return hasProperty(MCID::Branch, Type);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1113 MachineInstr *Branch = DAG->ExitSU.getInstr(); local
1114 if (!Branch)
1119 if (!TII->shouldScheduleAdjacent(SU->getInstr(), Branch))
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp598 assert(ThisCases.size() == 1 && "Branch can only have one case!");
3248 BranchInst *Branch = dyn_cast<BranchInst>(BB->getTerminator());
3249 if (!Branch || !Branch->isUnconditional())
3252 BasicBlock *Succ = Branch->getSuccessor(0);
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm285 /* Branch directly to a function declared with ARM_FUNC_START.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2143 llvm::Instruction *Branch = Builder.CreateCondBr(Checked, Cont, Handler); local
2149 Branch->setMetadata(llvm::LLVMContext::MD_prof, Node);

Completed in 121 milliseconds