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

  /external/llvm/include/llvm/IR/
Instruction.h 383 /// isUsedOutsideOfBlock - Return true if there are any uses of this
387 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
  /external/llvm/lib/IR/
Instruction.cpp 380 /// isUsedOutsideOfBlock - Return true if there are any uses of I outside of the
383 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const {

Completed in 670 milliseconds