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

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 198 if (!UncondTarget->canFallThrough()) {
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
MachineBasicBlock.cpp 405 if (!FallthroughBB && canFallThrough()) {
555 bool MachineBasicBlock::canFallThrough() {
    [all...]
TailDuplication.cpp 532 if (TailBB.canFallThrough())
767 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
    [all...]
MachineBlockPlacement.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 426 /// canFallThrough - Return true if the block can implicitly transfer
430 bool canFallThrough();

Completed in 60 milliseconds