Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DValue.h170 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/external/llvm/lib/Transforms/Utils/
DAddrModeMatcher.cpp478 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in ValueAlreadyLiveAtInst()
DSimplifyCFG.cpp1216 !OpI->isUsedInBasicBlock(BIParent)) in SpeculativelyExecuteBB()
/external/llvm/lib/VMCore/
DValue.cpp110 bool Value::isUsedInBasicBlock(const BasicBlock *BB) const { in isUsedInBasicBlock() function in Value