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

  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 67 MachineBasicBlock *MachineLoop::getBottomBlock() {
CodePlacementOpt.cpp 156 bool BotHasFallthrough = HasFallthrough(L->getBottomBlock());
234 HasFallthrough(L->getBottomBlock())) {
250 MachineBasicBlock *BotMBB = L->getBottomBlock();
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 47 /// getBottomBlock - Return the "bottom" block in the loop, which is the last
50 MachineBasicBlock *getBottomBlock();

Completed in 97 milliseconds