Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2000 for (auto RematerializedValuePair: RematerializedValues) { in insertRematerializationStores() local
2001 Instruction *RematerializedValue = RematerializedValuePair.first; in insertRematerializationStores()
2002 Value *OriginalValue = RematerializedValuePair.second; in insertRematerializationStores()
2054 for (auto RematerializedValuePair : Info.RematerializedValues) { in relocationViaAlloca() local
2055 Value *OriginalValue = RematerializedValuePair.second; in relocationViaAlloca()