HomeSort by relevance Sort by last modified time
    Searched refs:SuccBB (Results 51 - 73 of 73) sorted by null

1 23

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 441 for (MachineBasicBlock *SuccBB : CurBB->successors())
442 if (Visited.insert(SuccBB).second)
443 WorkList.push_back(SuccBB);
    [all...]
TailDuplicator.cpp 465 for (MachineBasicBlock *SuccBB : Succs) {
466 for (MachineInstr &MI : *SuccBB) {
509 if (!SrcBB->isSuccessor(SuccBB))
    [all...]
WinEHPrepare.cpp     [all...]
IfConversion.cpp 511 for (MachineBasicBlock *SuccBB : BB->successors()) {
512 if (SuccBB != TrueBB)
513 return SuccBB;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUtils.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 175 if (llvm::all_of(successors(BB), [&](const BasicBlock *SuccBB) {
176 return PostDominatedByColdCall.count(SuccBB);
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 444 MachineBasicBlock *SuccBB = *SI;
445 if (SuccBB != TrueBB)
446 return SuccBB;
    [all...]
WinEHPrepare.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 419 MachineBasicBlock *SuccBB = *SI;
420 if (SuccBB != TrueBB)
421 return SuccBB;
    [all...]
SjLjEHPrepare.cpp 217 if (BasicBlock *SuccBB = LPadSuccMap[II]) {
218 CatchSwitch->addCase(SwitchValC, SuccBB);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
echo.cpp 663 LLVMBasicBlockRef SuccBB = DeclareBB(LLVMGetSuccessor(Src, 0));
664 Dst = LLVMBuildCatchRet(Builder, CatchPad, SuccBB);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 1904 milliseconds

1 23