Home
last modified time | relevance | path

Searched refs:FuncPtrT (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h723 using FuncPtrT = std::add_pointer_t<FuncT>; in scanForRegions() local
725 BlockT *entry = GraphTraits<FuncPtrT>::getEntryNode(&F); in scanForRegions()
909 using FuncPtrT = std::add_pointer_t<FuncT>; in calculate() local
917 BlockT *BB = GraphTraits<FuncPtrT>::getEntryNode(&F); in calculate()