Searched defs:BasicBlockT (Results 1 – 2 of 2) sorted by relevance
122 using BasicBlockT = std::remove_pointer_t<NodeRef>; variable244 DenseMap<const BasicBlockT *, uint64_t> &BlockIndex) { in createFlowFunction()
119 using BasicBlockT = MachineBasicBlock; typedef