Home
last modified time | relevance | path

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

/freebsd-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()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp119 using BasicBlockT = MachineBasicBlock; typedef