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

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 325 /// setIsLandingPad - Indicates the block is a landing pad. That is
327 void setIsLandingPad(bool V = true) { IsLandingPad = V; }
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 185 MBBMap[Invoke->getSuccessor(1)]->setIsLandingPad();
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 245 milliseconds