Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1995 Instruction *RematerializedValue = RematerializedValuePair.first; in insertRematerializationStores() local
2002 new StoreInst(RematerializedValue, Alloca, in insertRematerializationStores()
2003 std::next(RematerializedValue->getIterator())); in insertRematerializationStores()
2569 Instruction *RematerializedValue = in rematerializeLiveValues() local
2572 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()