Home
last modified time | relevance | path

Searched refs:mapEmpty (Results 1 – 25 of 76) sorted by relevance

1234

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/tools/libtesteth/
H A DFillJsonFunctions.cpp166 bool mapEmpty = (_map.size() == 0); in fillJsonWithState() local
174 if (mapEmpty || _map.at(a.first).hasBalance()) in fillJsonWithState()
176 if (mapEmpty || _map.at(a.first).hasNonce()) in fillJsonWithState()
179 if (mapEmpty || _map.at(a.first).hasStorage()) in fillJsonWithState()
188 if (mapEmpty || _map.at(a.first).hasCode()) in fillJsonWithState()
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmProcPoint.hs260 where graph = mapLookup procId graphEnv `orElse` mapEmpty
268 graphEnv <- return $ foldlGraphBlocks add_block mapEmpty g
283 procLabels = foldl' add_label mapEmpty
326 foldM add_jump_block (mapEmpty, []) needed_jumps
338 graphEnv <- foldM add_jumps mapEmpty $ mapToList graphEnv
352 -> CmmProc (TopInfo {info_tbls = mapEmpty, stack_info=stack_info})
376 foldl' add_block_num (0::Int, mapEmpty :: LabelMap Int)
H A DCmmLive.hs56 check $ analyzeCmmBwd liveLattice (xferLive dflags) graph mapEmpty
64 analyzeCmmBwd liveLattice (xferLive dflags) graph mapEmpty
H A DCmmCommonBlockElim.hs64 env = iterate mapEmpty blocks_with_key
88 (new_substs, merged_blocks) = List.mapAccumL (List.mapAccumL go) mapEmpty grouped_blocks
102 go [] = (mapEmpty, existing)
111 mergeBlockList subst (b:bs) = go mapEmpty b bs
H A DCmmPipeline.hs58 cpsTop _ p@(CmmData {}) = return (mapEmpty, [p])
105 else return (g, mapEmpty)
H A DCmmContFlowOpt.hs187 foldr maybe_concat (blockmap, mapEmpty, initialBackEdges) blocks
423 predMap blocks = foldr add_preds mapEmpty blocks
441 keep_used bs = mapFoldlWithKey keep mapEmpty bs
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/Dataflow/
H A DLabel.hs89 mapEmpty = LM mapEmpty function
133 emptyTM = mapEmpty
H A DCollections.hs67 mapEmpty :: map a
105 mapUnions [] = mapEmpty
150 mapEmpty = UM M.empty function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/Dataflow/
H A DLabel.hs92 mapEmpty = LM mapEmpty function
139 emptyTM = mapEmpty
H A DCollections.hs65 mapEmpty :: map a
103 mapUnions [] = mapEmpty
148 mapEmpty = UM M.empty function
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/Hoopl/
H A DLabel.hs89 mapEmpty = LM mapEmpty function
130 emptyTM = mapEmpty
H A DCollections.hs67 mapEmpty :: map a
105 mapUnions [] = mapEmpty
150 mapEmpty = UM M.empty function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/RegAlloc/
H A DLiveness.hs17 BlockMap, mapEmpty,
658 = CmmProc (LiveInfo info [] mapEmpty mapEmpty) lbl live []
661 = CmmProc (LiveInfo info' (first_id : entry_ids) mapEmpty mapEmpty)
747 (LiveInfo static mFirst mapEmpty mapEmpty)
829 Nothing -> livenessSCCs platform mapEmpty [] sccs
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h124 constexpr static LocationSize mapEmpty() { in mapEmpty() function
282 return LocationSize::mapEmpty();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DMemoryLocation.h124 constexpr static LocationSize mapEmpty() { in mapEmpty() function
282 return LocationSize::mapEmpty();
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DMemoryLocation.h109 constexpr static LocationSize mapEmpty() { in mapEmpty() function
274 return LocationSize::mapEmpty();
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DMemoryLocation.h124 constexpr static LocationSize mapEmpty() { in mapEmpty() function
282 return LocationSize::mapEmpty();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryLocation.h109 constexpr static LocationSize mapEmpty() { in mapEmpty() function
274 return LocationSize::mapEmpty();
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h109 constexpr static LocationSize mapEmpty() { in mapEmpty() function
274 return LocationSize::mapEmpty();
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DMemoryLocation.h109 constexpr static LocationSize mapEmpty() { in mapEmpty() function
274 return LocationSize::mapEmpty();
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DMemoryLocation.h110 constexpr static LocationSize mapEmpty() { in mapEmpty() function
275 return LocationSize::mapEmpty();
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DMemoryLocation.h137 constexpr static LocationSize mapEmpty() { in mapEmpty() function
318 return LocationSize::mapEmpty();
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DMemoryLocation.h137 constexpr static LocationSize mapEmpty() { in mapEmpty() function
318 return LocationSize::mapEmpty();
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DMemoryLocation.h137 constexpr static LocationSize mapEmpty() { in mapEmpty() function
318 return LocationSize::mapEmpty();
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h137 constexpr static LocationSize mapEmpty() { in mapEmpty() function
318 return LocationSize::mapEmpty();

1234