Searched defs:LiveQueryResult (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h87 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