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

/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h85 class LiveQueryResult { class in namespace:llvm
92 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, function in class:llvm::LiveQueryResult
441 LiveQueryResult Query(SlotIndex Idx) const {
446 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false);
462 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
477 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);

Completed in 35 milliseconds