Searched refs:Branch (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp854 assert(ThisCases.size() == 1 && "Branch can only have one case!");
4582 BranchInst *Branch = dyn_cast<BranchInst>(BB->getTerminator());
4583 if (!Branch || !Branch->isUnconditional())
4586 BasicBlock *Succ = Branch->getSuccessor(0);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7095 BranchInst *Branch = dyn_cast<BranchInst>(BB->getTerminator());
7096 if (Branch && Branch->isConditional())
7097 NeedDef.insert(Branch->getCondition());
7445 assert(State.Instance && "Branch on Mask works only on single instance.");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp138 cl::desc("use Machine Branch Probability Info"),
2237 void SelectionDAGISel::Select_INLINEASM(SDNode *N, bool Branch) { argument
2244 SDValue New = CurDAG->getNode(Branch ? ISD::INLINEASM_BR : ISD::INLINEASM, DL, VTs, Ops);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2558 MachineInstr &Branch = *(Exit->instr_rbegin());
2559 for (auto &UI : Branch.uses()) {
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm285 /* Branch directly to a function declared with ARM_FUNC_START.
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3071 llvm::Instruction *Branch = Builder.CreateCondBr(JointCond, Cont, Handlers); local
3076 Branch->setMetadata(llvm::LLVMContext::MD_prof, Node);

Completed in 241 milliseconds

12