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

/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h163 VNInfo *valno; // identifier for the value contained in this segment. member in struct:llvm::LiveRange::Segment
165 Segment() : valno(nullptr) {}
168 : start(S), end(E), valno(V) {
238 segments.push_back(Segment(S.start, S.end, valnos[S.valno->id]));
395 return I == end() ? nullptr : I->valno;
403 return I == end() ? nullptr : I->valno;
509 EarlyVal = I->valno;
527 LateVal = I->valno;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLiveInterval.h152 VNInfo *valno; // identifier for the value contained in this interval. member in struct:llvm::LiveRange
155 : start(S), end(E), valno(V) {
324 if (Tmp != LR && Tmp->valno == LR->valno)
411 return I == end() ? 0 : I->valno;
419 return I == end() ? 0 : I->valno;

Completed in 128 milliseconds