Home
last modified time | relevance | path

Searched refs:isUsedInBasicBlock (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h505 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp224 bool Value::isUsedInBasicBlock(const BasicBlock *BB) const { in isUsedInBasicBlock() function in Value
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4959 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()