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

  /external/llvm/include/llvm/
Instruction.h 294 /// isUsedOutsideOfBlock - Return true if there are any uses of this
298 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
  /external/llvm/lib/VMCore/
Instruction.cpp 292 /// isUsedOutsideOfBlock - Return true if there are any uses of I outside of the
295 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const {

Completed in 98 milliseconds