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 205 if (!UncondTarget->canFallThrough()) {
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
TailDuplication.cpp 540 if (TailBB.canFallThrough())
776 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
    [all...]
MachineBasicBlock.cpp 449 if (!FallthroughBB && canFallThrough()) {
628 bool MachineBasicBlock::canFallThrough() {
    [all...]
MachineBlockPlacement.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 407 /// canFallThrough - Return true if the block can implicitly transfer
411 bool canFallThrough();
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 70 milliseconds