Lines Matching defs:Original
3028 /// Original position of the instruction.
3049 /// Original operand of the instruction.
3273 /// Original position of the instruction.
3797 /// Original Address.
3798 Value *Original;
3805 : SQ(_SQ), Original(OriginalValue) {}
3989 auto *Result = ST.Get(Map.find(Original)->second);
4140 assert((isa<PHINode>(Original) || isa<SelectInst>(Original)) &&
4143 Worklist.push_back(Original);