Searched refs:canFallThrough (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp205 if (!UncondTarget->canFallThrough()) {
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp1200 !MBB->canFallThrough()) {
1291 bool PredHasNoFallThrough = !PrevBB.canFallThrough();
1362 if (!PrevBB.canFallThrough()) {
1366 bool CurFallsThru = MBB->canFallThrough();
1378 if (PredBB != MBB && !PredBB->canFallThrough() &&
1417 !SuccPrev->canFallThrough() && !CurUnAnalyzable &&
H A DTailDuplication.cpp540 if (TailBB.canFallThrough())
774 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
H A DMachineBasicBlock.cpp449 if (!FallthroughBB && canFallThrough()) {
628 bool MachineBasicBlock::canFallThrough() { function in class:MachineBasicBlock
H A DMachineBlockPlacement.cpp891 if (!TII->AnalyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough())
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h407 /// canFallThrough - Return true if the block can implicitly transfer
411 bool canFallThrough();
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1470 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB))

Completed in 103 milliseconds