Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp69 using DisplacementSizeMap = std::map<int64_t, unsigned>; typedef
103 const DisplacementSizeMap &BlockingStoresDispSizeMap);
564 const DisplacementSizeMap &BlockingStoresDispSizeMap) { in breakBlockedCopies()
627 updateBlockingStoresDispSizeMap(DisplacementSizeMap &BlockingStoresDispSizeMap, in updateBlockingStoresDispSizeMap()
640 removeRedundantBlockingStores(DisplacementSizeMap &BlockingStoresDispSizeMap) { in removeRedundantBlockingStores()
681 DisplacementSizeMap BlockingStoresDispSizeMap; in runOnMachineFunction()