/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() local 53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() local 64 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SetOperations.h | 26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() local 53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() local 64 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract() local
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionAliasAnalysis.h | 28 ScalarEvolution &SE; variable 31 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult()
|
D | ScalarEvolutionExpander.h | 38 ScalarEvolution &SE; variable 96 SCEVExpander *SE; variable 102 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard()
|
D | LoopUnrollAnalyzer.h | 51 ScalarEvolution &SE, const Loop *L) in UnrolledInstAnalyzer() 82 ScalarEvolution &SE; variable
|
D | ScalarEvolutionExpressions.h | 297 const SCEV *getStepRecurrence(ScalarEvolution &SE) const { in getStepRecurrence() 343 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr() 403 ScalarEvolution *SE; variable 546 SCEVRewriteVisitor(ScalarEvolution &SE) : SE(SE) {} in SCEVRewriteVisitor() 630 SCEVParameterRewriter(ScalarEvolution &SE, ValueToValueMap &M, bool C) in SCEVParameterRewriter() 657 ScalarEvolution &SE) { in rewrite() 662 SCEVLoopAddRecRewriter(ScalarEvolution &SE, LoopToScevMapT &M) in SCEVLoopAddRecRewriter()
|
/external/clang/test/OpenMP/ |
D | target_codegen_registration.cpp | 249 struct SE { struct 257 SE() { in SE() argument 263 ~SE() { in ~SE() argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 48 ScalarEvolution *SE; member in __anon47a1462c0111::SimplifyIndvar 57 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, in SimplifyIndvar() 301 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser() 380 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, in simplifyUsersOfIV() 391 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs() 405 bool simplifyIVUsers(IVUsers *IU, ScalarEvolution *SE, LPPassManager *LPM, in simplifyIVUsers()
|
D | LoopUnroll.cpp | 98 if (ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>()) { in FoldBlockIntoPredecessor() local 170 ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>(); in UnrollLoop() local 274 for (succ_iterator SI = succ_begin(*BB), SE = succ_end(*BB); in UnrollLoop() local 356 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); in UnrollLoop() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 217 ScalarEvolution *SE) { in formLCSSA() 263 ScalarEvolution *SE) { in formLCSSARecursively() 276 ScalarEvolution *SE) { in formLCSSAOnAllLoops() 293 ScalarEvolution *SE; member 339 auto *SE = AM.getCachedResult<ScalarEvolutionAnalysis>(F); in run() local
|
D | SimplifyIndVar.cpp | 48 ScalarEvolution *SE; member in __anon72f35b800111::SimplifyIndvar 56 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, DominatorTree *DT, in SimplifyIndvar() 576 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser() 669 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, DominatorTree *DT, in simplifyUsersOfIV() 679 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT, in simplifyLoopIVs()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 35 bool LoopDeletionPass::isLoopDead(Loop *L, ScalarEvolution &SE, in isLoopDead() 100 bool LoopDeletionPass::runImpl(Loop *L, DominatorTree &DT, ScalarEvolution &SE, in runImpl() 223 auto &SE = *FAM.getCachedResult<ScalarEvolutionAnalysis>(*F); in run() local 264 ScalarEvolution &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop() local
|
D | AlignmentFromAssumptions.cpp | 95 ScalarEvolution *SE) { in getNewAlignmentDiff() 130 ScalarEvolution *SE) { in getNewAlignment() 407 ScalarEvolution *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction() local 434 ScalarEvolution &SE = AM.getResult<ScalarEvolutionAnalysis>(F); in run() local
|
D | InductiveRangeCheckElimination.cpp | 255 ScalarEvolution &SE, Value *&Index, in parseRangeCheckICmp() 319 Loop *L, ScalarEvolution &SE, Use &ConditionUse, in extractRangeChecksFromCond() 387 BranchInst *BI, Loop *L, ScalarEvolution &SE, BranchProbabilityInfo &BPI, in extractRangeChecksFromBranch() 568 ScalarEvolution &SE; member in __anonf53190830311::LoopConstrainer 589 ScalarEvolution &SE, InductiveRangeCheck::Range R) in LoopConstrainer() 608 static bool CanBeSMax(ScalarEvolution &SE, const SCEV *S) { in CanBeSMax() 615 static bool CanBeSMin(ScalarEvolution &SE, const SCEV *S) { in CanBeSMin() 623 LoopStructure::parseLoopStructure(ScalarEvolution &SE, BranchProbabilityInfo &BPI, in parseLoopStructure() 1280 ScalarEvolution &SE, const SCEVAddRecExpr *IndVar) const { in computeSafeIterationSpace() 1346 IntersectRange(ScalarEvolution &SE, in IntersectRange() [all …]
|
D | LoopRotation.cpp | 60 ScalarEvolution *SE; member in __anon971a60de0111::LoopRotate 65 DominatorTree *DT, ScalarEvolution *SE) in LoopRotate() 633 auto *SE = FAM.getCachedResult<ScalarEvolutionAnalysis>(*F); in run() local 675 auto *SE = SEWP ? &SEWP->getSE() : nullptr; in runOnLoop() local
|
/external/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 48 SE = MBB.succ_end(); SI != SE; ++SI) in runOnMachineFunction() local 85 SE = MBB.succ_end(); SI != SE; ++SI) in WriteGraph() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 66 static inline bool classof(const SymExpr *SE) { in classof() 110 static inline bool classof(const SymExpr *SE) { in classof() 145 static inline bool classof(const SymExpr *SE) { in classof() 176 static inline bool classof(const SymExpr *SE) { in classof() 221 static inline bool classof(const SymExpr *SE) { in classof() 257 static inline bool classof(const SymExpr *SE) { in classof() 279 static inline bool classof(const SymExpr *SE) { in classof() 315 static inline bool classof(const SymExpr *SE) { in classof() 350 static inline bool classof(const SymExpr *SE) { in classof() 384 static inline bool classof(const SymExpr *SE) { in classof() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | EdgeBundles.cpp | 50 SE = MBB.succ_end(); SI != SE; ++SI) in runOnMachineFunction() local 91 SE = I->succ_end(); SI != SE; ++SI) in WriteGraph() local
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 63 ScalarEvolution SE = buildSE(*F); in TEST_F() local 108 ScalarEvolution SE = buildSE(*F); in TEST_F() local 255 ScalarEvolution SE = buildSE(*F); in TEST_F() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 68 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in ChangeToUnreachable() local 167 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in MarkAliveBlocks() local 193 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in RemoveUnreachableBlocksFromFn() local
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | AlignmentFromAssumptions.h | 42 ScalarEvolution *SE = nullptr; member
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleConstraintManager.cpp | 29 const SymExpr *SE = SymVal->getSymbol(); in canReasonAbout() local 140 } else if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(sym)) { in assumeAux() local 231 if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(Sym)) { in computeAdjustment() local
|
/external/clang/tools/libclang/ |
D | CXString.cpp | 119 for (unsigned SI = 0, SE = Set->Count; SI < SE; ++SI) in createSet() local 189 for (unsigned SI = 0, SE = set->Count; SI < SE; ++SI) in clang_disposeStringSet() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 32 ScalarEvolution &SE; variable
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 70 ScalarEvolution &SE; member in __anon4859dd720111::PostIncTransform 221 ScalarEvolution &SE, in TransformForPostIncUse()
|