OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasAddressTaken
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/
BasicBlock.h
253
///
hasAddressTaken
- returns true if there are any uses of this basic block
255
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 20 milliseconds