HomeSort by relevance Sort by last modified time
    Searched refs:canFallThrough (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 206 if (!UncondTarget->canFallThrough()) {
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
TailDuplication.cpp 550 if (TailBB.canFallThrough())
785 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
    [all...]
MachineBasicBlock.cpp 455 if (!FallthroughBB && canFallThrough()) {
634 bool MachineBasicBlock::canFallThrough() {
    [all...]
MachineBlockPlacement.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 433 /// canFallThrough - Return true if the block can implicitly transfer
437 bool canFallThrough();
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 349 milliseconds