Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1677 Instruction *RematerializedValue = RematerializedValuePair.first; in insertRematerializationStores() local
1684 StoreInst *Store = new StoreInst(RematerializedValue, Alloca); in insertRematerializationStores()
1685 Store->insertAfter(RematerializedValue); in insertRematerializationStores()
2150 Instruction *RematerializedValue = rematerializeChain( in rematerializeLiveValues() local
2152 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()