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.cpp68 using DisplacementSizeMap = std::map<int64_t, unsigned>; typedef
102 const DisplacementSizeMap &BlockingStoresDispSizeMap);
563 const DisplacementSizeMap &BlockingStoresDispSizeMap) { in breakBlockedCopies()
626 updateBlockingStoresDispSizeMap(DisplacementSizeMap &BlockingStoresDispSizeMap, in updateBlockingStoresDispSizeMap()
636 removeRedundantBlockingStores(DisplacementSizeMap &BlockingStoresDispSizeMap) { in removeRedundantBlockingStores()
677 DisplacementSizeMap BlockingStoresDispSizeMap; in runOnMachineFunction()