Home
last modified time | relevance | path

Searched refs:isUsedOutsideOfBlock (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DInstruction.h369 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/llvm/lib/IR/
DInstruction.cpp400 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction