Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h397 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h448 bool isUsedInBasicBlock(const BasicBlock *BB) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp140 bool Value::isUsedInBasicBlock(const BasicBlock *BB) const { in isUsedInBasicBlock() function in Value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4631 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()