Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp510 struct AvailableValueInBlock { struct
512 BasicBlock *BB;
513 enum ValType {
522 PointerIntPair<Value *, 2, ValType> Val;
525 unsigned Offset;
527 static AvailableValueInBlock get(BasicBlock *BB, Value *V, in get()
537 static AvailableValueInBlock getMI(BasicBlock *BB, MemIntrinsic *MI, in getMI()
547 static AvailableValueInBlock getLoad(BasicBlock *BB, LoadInst *LI, in getLoad()
557 static AvailableValueInBlock getUndef(BasicBlock *BB) { in getUndef()
566 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()
[all …]