Searched refs:outermostLoopInRegion (Results 1 – 4 of 4) sorted by relevance
397 Loop *outermostLoopInRegion(Loop *L) const;408 Loop *outermostLoopInRegion(LoopInfo *LI, BasicBlock* BB) const;
119 Loop *Region::outermostLoopInRegion(Loop *L) const { in outermostLoopInRegion() function in Region130 Loop *Region::outermostLoopInRegion(LoopInfo *LI, BasicBlock* BB) const { in outermostLoopInRegion() function in Region133 return outermostLoopInRegion(L); in outermostLoopInRegion()
476 LoopT *outermostLoopInRegion(LoopT *L) const;487 LoopT *outermostLoopInRegion(LoopInfoT *LI, BlockT *BB) const;
141 typename Tr::LoopT *RegionBase<Tr>::outermostLoopInRegion(LoopT *L) const { in outermostLoopInRegion() function153 typename Tr::LoopT *RegionBase<Tr>::outermostLoopInRegion(LoopInfoT *LI, in outermostLoopInRegion() function157 return outermostLoopInRegion(L); in outermostLoopInRegion()