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

/external/llvm/unittests/IR/
H A DValueTest.cpp41 EXPECT_FALSE(F->isUsedInBasicBlock(F->begin()));
42 EXPECT_TRUE((++F->arg_begin())->isUsedInBasicBlock(F->begin()));
43 EXPECT_TRUE(F->arg_begin()->isUsedInBasicBlock(F->begin()));
/external/llvm/include/llvm/IR/
H A DValue.h292 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/external/llvm/lib/IR/
H A DValue.cpp112 /// isUsedInBasicBlock - Return true if this value is used in the specified
114 bool Value::isUsedInBasicBlock(const BasicBlock *BB) const { function in class:Value
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2358 return Val->isUsedInBasicBlock(MemoryInst->getParent());

Completed in 351 milliseconds