HomeSort by relevance Sort by last modified time
    Searched defs:Br (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 450 const BranchInst *Br = dyn_cast<BranchInst>(SuccBB->getTerminator());
451 if (Br && Br->isUnconditional())
452 SuccBB = Br->getSuccessor(0);
SelectionDAGISel.cpp 708 const BranchInst *Br = dyn_cast<BranchInst>(LLVMBB->getTerminator());
710 if (Br && Br->isUnconditional()) { // Critical edge?
718 CopyCatchInfo(Br->getSuccessor(0), LLVMBB, &MF->getMMI(), *FuncInfo);
730 /// C: br y, ...
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 130 typedef B &Br;
131 (void)Br(*((C1*)0));
162 typedef B &Br;
163 (void)Br(*((A*)0));
169 (void)Br(*((const A*)0)); // const_cast appended
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 210 bool FixUpImmediateBr(MachineFunction &MF, ImmBranch &Br);
211 bool FixUpConditionalBr(MachineFunction &MF, ImmBranch &Br);
212 bool FixUpUnconditionalBr(MachineFunction &MF, ImmBranch &Br);
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 163 // br label %nonDominated
176 // br label %split // from lastDominated
181 // br label %split
    [all...]

Completed in 936 milliseconds