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

  /external/llvm/lib/IR/
BasicBlock.cpp 436 bool BasicBlock::isLandingPad() const {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 358 /// isLandingPad - Return true if this basic block is a landing pad. I.e., it's
360 bool BasicBlock::isLandingPad() const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBasicBlock.h 89 /// IsLandingPad - Indicate that this basic block is entered via an
91 bool IsLandingPad;
229 /// isLandingPad - Returns true if the block is a landing pad. That is
231 bool isLandingPad() const { return IsLandingPad; }
235 void setIsLandingPad(bool V = true) { IsLandingPad = V; }

Completed in 89 milliseconds