Home
last modified time | relevance | path

Searched refs:LastValue (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExternalASTSource.h391 : ExternalSource(Source), LastGeneration(0), LastValue(Value) {} in LazyData()
394 T LastValue; member
424 LazyVal->LastValue = NewValue; in set()
440 return LazyVal->LastValue; in get()
448 return LazyVal->LastValue; in getNotUpdated()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1046 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local
1052 ThisValue = LastValue; in collectBitGroups()
1062 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1065 if (LastValue.getNode()) in collectBitGroups()
1066 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1069 LastValue = ThisValue; in collectBitGroups()
1072 if (LastValue.getNode()) in collectBitGroups()
1073 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2213 Instruction *LastValue = nullptr; in rematerializeLiveValues() local
2228 assert(LastValue); in rematerializeLiveValues()
2229 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()
2242 LastValue = Instr; in rematerializeLiveValues()