Searched defs:hasAddressTaken (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DBasicBlock.h256 /// hasAddressTaken - returns true if there are any uses of this basic block
258 bool hasAddressTaken() const { return getSubclassDataFromValue() != 0; } function in class:llvm::BasicBlock
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h124 /// hasAddressTaken - Test whether this block is potentially the target
126 bool hasAddressTaken() const { return AddressTaken; } function in class:llvm::MachineBasicBlock

Completed in 84 milliseconds