Searched defs:BlockOrderTy (Results 1 – 5 of 5) sorted by relevance
76 using BlockOrderTy = llvm::DenseMap<const CFGBlock *, unsigned>; variable
75 typedef llvm::DenseMap<const CFGBlock *, unsigned> BlockOrderTy; typedef
110 using BlockOrderTy = llvm::DenseMap<const CFGBlock *, unsigned>; variable