Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DValueTest.cpp42 EXPECT_FALSE(F->isUsedInBasicBlock(&F->front())); in TEST()
43 EXPECT_TRUE((++F->arg_begin())->isUsedInBasicBlock(&F->front())); in TEST()
44 EXPECT_TRUE(F->arg_begin()->isUsedInBasicBlock(&F->front())); in TEST()
/external/llvm/include/llvm/IR/
DValue.h382 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/external/llvm/lib/IR/
DValue.cpp113 bool Value::isUsedInBasicBlock(const BasicBlock *BB) const { in isUsedInBasicBlock() function in Value
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3500 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()