Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h122 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...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h32 using BasicBlockT = typename DomTreeT::NodeType; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp119 using BasicBlockT = MachineBasicBlock; typedef