Searched refs:LOP (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeCalc.cpp232 LiveOutPair &LOP = LiveOut[MBB]; local
251 LOP = LiveOutPair(VNI, Node);
263 if (LOP.first == IDomValue.first)
266 LOP = IDomValue;
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp446 LiveOutPair &LOP = Map[MBB]; local
465 LOP = LiveOutPair(VNI, Node);
477 if (LOP.first == IDomValue.first)
480 LOP = IDomValue;

Completed in 175 milliseconds