Home
last modified time | relevance | path

Searched refs:canFallThrough (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DFileAnalysis.cpp282 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/
DHexagonCFGOptimizer.cpp108 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/
DPPCEarlyReturn.cpp140 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) in processBlock()
160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
DPPCExpandISEL.cpp339 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
DPPCBranchCoalescing.cpp294 assert(Cand.BranchBlock->canFallThrough() && in canCoalesceBranch()
/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp140 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/
DBranchFolding.cpp694 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()
DTailDuplicator.cpp548 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
575 TailBB.canFallThrough()) in shouldTailDuplicate()
828 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
DMachineBasicBlock.cpp590 if (canFallThrough()) { in updateTerminator()
863 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
DMachineBlockPlacement.cpp2326 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
2418 !PrevBB->canFallThrough()) && in buildCFGChains()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp1156 !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()
DTailDuplication.cpp531 if (TailBB.canFallThrough()) in shouldTailDuplicate()
767 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in TailDuplicate()
DMachineBasicBlock.cpp458 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h117 bool canFallThrough(const Instr &InstrMeta) const;
DFileAnalysis.cpp171 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/
DBranchFolding.cpp1381 !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()
DTailDuplicator.cpp510 if (TailBB.canFallThrough()) in shouldTailDuplicate()
758 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
DMachineBasicBlock.cpp474 if (canFallThrough()) { in updateTerminator()
676 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
DMachineBlockPlacement.cpp1421 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp206 if (!UncondTarget->canFallThrough()) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineBasicBlock.h305 bool canFallThrough();
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h455 bool canFallThrough();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h522 bool canFallThrough();