Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExternalASTSource.h394 T LastValue; member
397 : ExternalSource(Source), LastValue(Value) {} in LazyData()
427 LazyVal->LastValue = NewValue; in set()
443 return LazyVal->LastValue; in get()
451 return LazyVal->LastValue; in getNotUpdated()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp472 if (Value *LastValue = LastValueMap[OldValue]) in UnrollAndJamLoop() local
473 Phi.setIncomingValue(b, LastValue); in UnrollAndJamLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2428 Instruction *LastValue = nullptr; in rematerializeLiveValues() local
2443 assert(LastValue); in rematerializeLiveValues()
2444 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()
2467 LastValue = Instr; in rematerializeLiveValues()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1711 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local
1718 ThisValue = LastValue; in collectBitGroups()
1735 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1741 if (LastValue.getNode()) in collectBitGroups()
1742 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1745 LastValue = ThisValue; in collectBitGroups()
1749 if (LastValue.getNode()) in collectBitGroups()
1750 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
H A DPPCISelLowering.cpp5368 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); in getOutputChainFromCallSeq() local
5369 if (LastValue.getValueType() != MVT::Glue) in getOutputChainFromCallSeq()
5370 return LastValue; in getOutputChainFromCallSeq()