Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1091 struct AvailableValueInBlock { struct
1093 BasicBlock *BB;
1094 enum ValType {
1101 PointerIntPair<Value *, 2, ValType> Val;
1104 unsigned Offset;
1106 static AvailableValueInBlock get(BasicBlock *BB, Value *V, in get()
1116 static AvailableValueInBlock getMI(BasicBlock *BB, MemIntrinsic *MI, in getMI()
1126 static AvailableValueInBlock getLoad(BasicBlock *BB, LoadInst *LI, in getLoad()
1136 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()
1137 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } in isCoercedLoadValue()
[all …]