/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 739 const SCEV *getExact(ScalarEvolution *SE, 746 const SCEV *getExact(BasicBlock *ExitingBlock, ScalarEvolution *SE) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1329 const SCEV *getExact(const Loop *L, ScalarEvolution *SE, 1336 const SCEV *getExact(BasicBlock *ExitingBlock, ScalarEvolution *SE) const;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1412 const SCEV *getExact(const Loop *L, ScalarEvolution *SE, 1419 const SCEV *getExact(const BasicBlock *ExitingBlock,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5331 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount() 5337 return getPredicatedBackedgeTakenInfo(L).getExact(this, &Preds); in getPredicatedBackedgeTakenCount() 5341 return getBackedgeTakenInfo(L).getExact(this); in getBackedgeTakenCount() 5395 if (Result.getExact(this) != getCouldNotCompute()) { in getBackedgeTakenInfo() 5396 assert(isLoopInvariant(Result.getExact(this), L) && in getBackedgeTakenInfo() 5533 ScalarEvolution::BackedgeTakenInfo::getExact( in getExact() function in ScalarEvolution::BackedgeTakenInfo 5563 ScalarEvolution::BackedgeTakenInfo::getExact(BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo 7901 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6648 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount() 6658 return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds); in getPredicatedBackedgeTakenCount() 6665 return getBackedgeTakenInfo(L).getExact(L, this); in getBackedgeTakenCount() 6724 const SCEV *BEExact = Result.getExact(L, this); in getBackedgeTakenInfo() 6934 ScalarEvolution::BackedgeTakenInfo::getExact(const Loop *L, ScalarEvolution *SE, in getExact() function in ScalarEvolution::BackedgeTakenInfo 6969 ScalarEvolution::BackedgeTakenInfo::getExact(BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo 9550 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6894 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount() 6904 return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds); in getPredicatedBackedgeTakenCount() 6911 return getBackedgeTakenInfo(L).getExact(L, this); in getBackedgeTakenCount() 6972 const SCEV *BEExact = Result.getExact(L, this); in getBackedgeTakenInfo() 7185 ScalarEvolution::BackedgeTakenInfo::getExact(const Loop *L, ScalarEvolution *SE, in getExact() function in ScalarEvolution::BackedgeTakenInfo 7220 ScalarEvolution::BackedgeTakenInfo::getExact(const BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo 9879 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |