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

  /external/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 140 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB))
160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) {
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 206 if (!UncondTarget->canFallThrough()) {
  /external/swiftshader/third_party/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/lib/CodeGen/
BranchFolding.cpp     [all...]
TailDuplicator.cpp 510 if (TailBB.canFallThrough())
758 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
    [all...]
MachineBasicBlock.cpp 474 if (canFallThrough()) {
676 bool MachineBasicBlock::canFallThrough() {
    [all...]
MachineBlockPlacement.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBasicBlock.h 301 /// canFallThrough - Return true if the block can implicitly transfer
305 bool canFallThrough();
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 455 bool canFallThrough();
    [all...]

Completed in 1239 milliseconds