Home
last modified time | relevance | path

Searched defs:AvailableValueInBlock (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp254 struct llvm::gvn::AvailableValueInBlock { struct in llvm::gvn
256 BasicBlock *BB = nullptr;
259 AvailableValue AV;
261 static AvailableValueInBlock get(BasicBlock *BB, AvailableValue &&AV) { in get()
268 static AvailableValueInBlock get(BasicBlock *BB, Value *V, in get()
273 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef()
279 Value *MaterializeAdjustedValue(LoadInst *Load, GVN &gvn) const { in MaterializeAdjustedValue()