Searched defs:LiveQueryResult (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 87 class LiveQueryResult { class in namespace:llvm 94 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, function in class:llvm::LiveQueryResult 494 LiveQueryResult Query(SlotIndex Idx) const { 499 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); 515 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); 530 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
|
Completed in 210 milliseconds