Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp270 struct llvm::gvn::AvailableValueInBlock { struct in llvm::gvn
272 BasicBlock *BB = nullptr;
275 AvailableValue AV;
277 static AvailableValueInBlock get(BasicBlock *BB, AvailableValue &&AV) { in get()
284 static AvailableValueInBlock get(BasicBlock *BB, Value *V, in get()
289 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef()
293 static AvailableValueInBlock getSelect(BasicBlock *BB, SelectInst *Sel) { in getSelect()
299 Value *MaterializeAdjustedValue(LoadInst *Load, GVNPass &gvn) const { in MaterializeAdjustedValue()