Home
last modified time | relevance | path

Searched refs:isUsedInBasicBlock (Results 1 – 12 of 12) 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-project/llvm/unittests/IR/
DValueTest.cpp41 EXPECT_FALSE(F->isUsedInBasicBlock(&F->front())); in TEST()
42 EXPECT_TRUE(std::next(F->arg_begin())->isUsedInBasicBlock(&F->front())); in TEST()
43 EXPECT_TRUE(F->arg_begin()->isUsedInBasicBlock(&F->front())); in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h397 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/external/llvm/include/llvm/IR/
DValue.h388 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h448 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/external/llvm-project/llvm/include/llvm/IR/
DValue.h492 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/external/llvm/lib/IR/
DValue.cpp116 bool Value::isUsedInBasicBlock(const BasicBlock *BB) const { in isUsedInBasicBlock() function in Value
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp140 bool Value::isUsedInBasicBlock(const BasicBlock *BB) const { in isUsedInBasicBlock() function in Value
/external/llvm-project/llvm/lib/IR/
DValue.cpp220 bool Value::isUsedInBasicBlock(const BasicBlock *BB) const { in isUsedInBasicBlock() function in Value
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3565 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4631 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4787 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()