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 256 /// hasAddressTaken - returns true if there are any uses of this basic block
258 bool hasAddressTaken() const { return getSubclassDataFromValue() != 0; }
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 124 /// hasAddressTaken - Test whether this block is potentially the target
126 bool hasAddressTaken() const { return AddressTaken; }

Completed in 81 milliseconds