OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUsedOutsideOfBlock
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
365
///
isUsedOutsideOfBlock
- Return true if there are any uses of this
369
bool
isUsedOutsideOfBlock
(const BasicBlock *BB) const;
/external/llvm/lib/IR/
Instruction.cpp
397
///
isUsedOutsideOfBlock
- Return true if there are any uses of I outside of the
400
bool Instruction::
isUsedOutsideOfBlock
(const BasicBlock *BB) const {
Completed in 49 milliseconds