Searched defs:AvailableValueInBlock (Results 1 – 1 of 1) sorted by relevance
509 struct AvailableValueInBlock { struct511 BasicBlock *BB;512 enum ValType {521 PointerIntPair<Value *, 2, ValType> Val;524 unsigned Offset;526 static AvailableValueInBlock get(BasicBlock *BB, Value *V, in get()536 static AvailableValueInBlock getMI(BasicBlock *BB, MemIntrinsic *MI, in getMI()546 static AvailableValueInBlock getLoad(BasicBlock *BB, LoadInst *LI, in getLoad()556 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef()565 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()[all …]