Home
last modified time | relevance | path

Searched defs:BasicBlockT (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h122 using BasicBlockT = std::remove_pointer_t<NodeRef>; variable
244 DenseMap<const BasicBlockT *, uint64_t> &BlockIndex) { in createFlowFunction()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h32 using BasicBlockT = typename DomTreeT::NodeType; variable
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp119 using BasicBlockT = MachineBasicBlock; typedef