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

  /external/llvm/include/llvm/
BasicBlock.h 262 /// hasAddressTaken - returns true if there are any uses of this basic block
264 bool hasAddressTaken() const { return getSubclassDataFromValue() != 0; }
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 118 /// hasAddressTaken - Test whether this block is potentially the target
120 bool hasAddressTaken() const { return AddressTaken; }

Completed in 31 milliseconds