Searched defs:BasicBlockT (Results 1 – 3 of 3) sorted by relevance
122 using BasicBlockT = std::remove_pointer_t<NodeRef>; variable 244 createFlowFunction(const std::vector<const BasicBlockT * > & BasicBlocks,DenseMap<const BasicBlockT *,uint64_t> & BlockIndex) createFlowFunction() argument [all...]
32 using BasicBlockT = typename DomTreeT::NodeType; variable
119 using BasicBlockT = MachineBasicBlock; typedef