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

  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
TailDuplication.cpp 531 if (TailBB.canFallThrough())
767 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
    [all...]
MachineBasicBlock.cpp 458 bool MachineBasicBlock::canFallThrough() {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 301 /// canFallThrough - Return true if the block can implicitly transfer
305 bool canFallThrough();

Completed in 212 milliseconds