Searched refs:IncomingGuards (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1364 SmallDenseMap<const BasicBlock *, LoopGuards> &IncomingGuards,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 15364 SmallDenseMap<const BasicBlock *, LoopGuards> &IncomingGuards, in collectFromPHI() argument 15374 auto [G, Inserted] = IncomingGuards.try_emplace(InBlock, LoopGuards(SE)); in collectFromPHI() 15813 SmallDenseMap<const BasicBlock *, LoopGuards> IncomingGuards; in collectFromBlock() local 15815 collectFromPHI(SE, Guards, Phi, VisitedBlocks, IncomingGuards, Depth); in collectFromBlock()
|