Home
last modified time | relevance | path

Searched defs:BlockT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h77 std::pair<BlockT *, bool> getExitBlockHelper(const LoopBase<BlockT, LoopT> *L, in getExitBlockHelper()
272 BlockT *NewBB, LoopInfoBase<BlockT, LoopT> &LIB) { in addBasicBlockToLoop()
448 LoopInfoBase<BlockT, LoopT> *LI, in discoverAndMapSubloop()
510 PopulateLoopsDFS(LoopInfoBase<BlockT, LoopT> *li) : LI(li) {} in PopulateLoopsDFS()
657 void addInnerLoopsToHeadersMap(DenseMap<BlockT *, const LoopT *> &LoopHeaders, in addInnerLoopsToHeadersMap()
658 const LoopInfoBase<BlockT, LoopT> &LI, in addInnerLoopsToHeadersMap()
668 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops()
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.h62 typedef unsigned char *BlockT; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h265 #define RegionNodeGraphTraits(NodeT, BlockT, RegionT) \ argument
H A DDominanceFrontierImpl.h98 compare(DominanceFrontierBase<BlockT,IsPostDom> & Other) compare() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h124 using BlockT = typename ContextT::BlockT; variable