/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/ |
D | FileAnalysis.cpp | 282 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF))); in TEST_F() 284 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 1))); in TEST_F() 286 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 3))); in TEST_F() 288 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 4))); in TEST_F() 290 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 6))); in TEST_F() 292 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 8))); in TEST_F() 294 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 10))); in TEST_F() 296 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 15))); in TEST_F() 298 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 17))); in TEST_F() 300 Analysis.canFallThrough(Analysis.getInstructionOrDie(0xDEADBEEF + 19))); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonCFGOptimizer.cpp | 108 if (MBB->canFallThrough()) in isOnFallThroughPath() 111 if (PB->isLayoutSuccessor(MBB) && PB->canFallThrough()) in isOnFallThroughPath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCEarlyReturn.cpp | 140 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) in processBlock() 160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
|
D | PPCExpandISEL.cpp | 339 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
|
D | PPCBranchCoalescing.cpp | 294 assert(Cand.BranchBlock->canFallThrough() && in canCoalesceBranch()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCEarlyReturn.cpp | 140 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) in processBlock() 160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BranchFolding.cpp | 694 if (MBB->succ_size() != 0 && !MBB->canFallThrough()) in ProfitableToMerge() 698 return (MBB != &*MF->begin()) && std::prev(I)->canFallThrough(); in ProfitableToMerge() 1567 !MBB->canFallThrough()) { in OptimizeBlock() 1687 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock() 1758 if (!PrevBB.canFallThrough()) { in OptimizeBlock() 1761 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock() 1770 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock() 1807 !SuccPrev->canFallThrough() && !CurUnAnalyzable && in OptimizeBlock()
|
D | TailDuplicator.cpp | 548 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate() 575 TailBB.canFallThrough()) in shouldTailDuplicate() 828 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
|
D | MachineBasicBlock.cpp | 590 if (canFallThrough()) { in updateTerminator() 863 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
|
D | MachineBlockPlacement.cpp | 2326 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains() 2418 !PrevBB->canFallThrough()) && in buildCFGChains()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | BranchFolding.cpp | 1156 !MBB->canFallThrough()) { in OptimizeBlock() 1244 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock() 1313 if (!PrevBB.canFallThrough()) { in OptimizeBlock() 1317 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock() 1329 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock() 1368 !SuccPrev->canFallThrough() && !CurUnAnalyzable && in OptimizeBlock()
|
D | TailDuplication.cpp | 531 if (TailBB.canFallThrough()) in shouldTailDuplicate() 767 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in TailDuplicate()
|
D | MachineBasicBlock.cpp | 458 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.h | 117 bool canFallThrough(const Instr &InstrMeta) const;
|
D | FileAnalysis.cpp | 171 bool FileAnalysis::canFallThrough(const Instr &InstrMeta) const { in canFallThrough() function in llvm::cfi_verify::FileAnalysis 221 if (PrevInstruction && canFallThrough(*PrevInstruction)) in getDirectControlFlowXRefs()
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.cpp | 1381 !MBB->canFallThrough()) { in OptimizeBlock() 1464 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock() 1535 if (!PrevBB.canFallThrough()) { in OptimizeBlock() 1539 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock() 1548 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock() 1585 !SuccPrev->canFallThrough() && !CurUnAnalyzable && in OptimizeBlock()
|
D | TailDuplicator.cpp | 510 if (TailBB.canFallThrough()) in shouldTailDuplicate() 758 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
|
D | MachineBasicBlock.cpp | 474 if (canFallThrough()) { in updateTerminator() 676 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
|
D | MachineBlockPlacement.cpp | 1421 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCFGOptimizer.cpp | 206 if (!UncondTarget->canFallThrough()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 305 bool canFallThrough();
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 455 bool canFallThrough();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 522 bool canFallThrough();
|