Searched refs:OldLoad (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 1528 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 D | SelectionDAG.h | 1809 SDValue makeEquivalentMemoryOrdering(LoadSDNode *OldLoad, SDValue NewMemOp);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 11824 SDValue SelectionDAG::makeEquivalentMemoryOrdering(LoadSDNode *OldLoad, in makeEquivalentMemoryOrdering() argument 11827 SDValue OldChain = SDValue(OldLoad, 1); in makeEquivalentMemoryOrdering()
|