Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h396 T LastValue; member
399 : ExternalSource(Source), LastValue(Value) {} in LazyData()
429 LazyVal->LastValue = NewValue; in set()
445 return LazyVal->LastValue; in get()
453 return LazyVal->LastValue; in getNotUpdated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp474 if (Value *LastValue = LastValueMap[OldValue]) in UnrollAndJamLoop() local
475 Phi.setIncomingValue(b, LastValue); in UnrollAndJamLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2310 Instruction *LastValue = nullptr; in rematerializeLiveValues() local
2325 assert(LastValue); in rematerializeLiveValues()
2326 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()
2349 LastValue = Instr; in rematerializeLiveValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1702 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local
1709 ThisValue = LastValue; in collectBitGroups()
1726 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1732 if (LastValue.getNode()) in collectBitGroups()
1733 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1736 LastValue = ThisValue; in collectBitGroups()
1740 if (LastValue.getNode()) in collectBitGroups()
1741 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
H A DPPCISelLowering.cpp5294 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); in getOutputChainFromCallSeq() local
5295 if (LastValue.getValueType() != MVT::Glue) in getOutputChainFromCallSeq()
5296 return LastValue; in getOutputChainFromCallSeq()