HomeSort by relevance Sort by last modified time
    Searched defs:isLandingPad (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
BasicBlock.cpp 362 /// isLandingPad - Return true if this basic block is a landing pad. I.e., it's
364 bool BasicBlock::isLandingPad() const {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 90 /// IsLandingPad - Indicate that this basic block is entered via an
92 bool IsLandingPad;
352 /// isLandingPad - Returns true if the block is a landing pad. That is
354 bool isLandingPad() const { return IsLandingPad; }
358 void setIsLandingPad(bool V = true) { IsLandingPad = V; }

Completed in 111 milliseconds