Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1528 LoadInst *OldLoad = I->second; in eliminatePartiallyRedundantLoad() local
1529 combineMetadataForCSE(NewLoad, OldLoad, false); in eliminatePartiallyRedundantLoad()
1530 OldLoad->replaceAllUsesWith(NewLoad); in eliminatePartiallyRedundantLoad()
1531 replaceValuesPerBlockEntry(ValuesPerBlock, OldLoad, NewLoad); in eliminatePartiallyRedundantLoad()
1532 if (uint32_t ValNo = VN.lookup(OldLoad, false)) in eliminatePartiallyRedundantLoad()
1533 LeaderTable.erase(ValNo, OldLoad, OldLoad->getParent()); in eliminatePartiallyRedundantLoad()
1534 VN.erase(OldLoad); in eliminatePartiallyRedundantLoad()
1535 removeInstruction(OldLoad); in eliminatePartiallyRedundantLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1809 SDValue makeEquivalentMemoryOrdering(LoadSDNode *OldLoad, SDValue NewMemOp);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11824 SDValue SelectionDAG::makeEquivalentMemoryOrdering(LoadSDNode *OldLoad, in makeEquivalentMemoryOrdering() argument
11827 SDValue OldChain = SDValue(OldLoad, 1); in makeEquivalentMemoryOrdering()