Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1532 Instruction *RematerializedValue = RematerializedValuePair.first; in insertRematerializationStores() local
1539 StoreInst *Store = new StoreInst(RematerializedValue, Alloca); in insertRematerializationStores()
1540 Store->insertAfter(RematerializedValue); in insertRematerializationStores()
1951 Instruction *RematerializedValue = rematerializeChain(InsertBefore); in rematerializeLiveValues() local
1952 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1676 Instruction *RematerializedValue = RematerializedValuePair.first; in insertRematerializationStores() local
1683 StoreInst *Store = new StoreInst(RematerializedValue, Alloca); in insertRematerializationStores()
1684 Store->insertAfter(RematerializedValue); in insertRematerializationStores()
2149 Instruction *RematerializedValue = rematerializeChain( in rematerializeLiveValues() local
2151 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()