Home
last modified time | relevance | path

Searched defs:SE (Results 1 – 25 of 102) sorted by relevance

12345

/external/llvm/include/llvm/ADT/
DSetOperations.h26 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/lib/Transforms/Utils/
DSimplifyIndVar.cpp46 ScalarEvolution *SE; member in __anon81c591ab0111::SimplifyIndvar
54 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, in SimplifyIndvar()
292 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser()
373 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, in simplifyUsersOfIV()
384 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs()
DLoopUnroll.cpp99 if (ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>()) { in FoldBlockIntoPredecessor() local
210 ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>(); in UnrollLoop() local
300 for (succ_iterator SI = succ_begin(*BB), SE = succ_end(*BB); in UnrollLoop() local
386 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); in UnrollLoop() local
419 ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>(); in UnrollLoop() local
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp50 SE = MBB.succ_end(); SI != SE; ++SI) in runOnMachineFunction() local
91 SE = I->succ_end(); SI != SE; ++SI) in WriteGraph() local
DShrinkWrapping.cpp206 SE = MBB->succ_end(); SI != SE; ++SI) { in calcAnticInOut() local
474 SE = EntryBlock->succ_end(); SI != SE; ++SI) { in calculateSets() local
561 SE = MBB->succ_end(); SI != SE; ++SI) { in addUsesForMEMERegion() local
595 SE = MBB->succ_end(); SI != SE; ++SI) { in addUsesForMEMERegion() local
746 SE = MBB->succ_end(); SI != SE; ++SI) { in calcRestorePlacements() local
893 SE = EntryBlock->succ_end(); SI != SE; ++SI) { in findFastExitPath() local
DMachineBlockPlacement.cpp299 SE = (*CBI)->succ_end(); in markChainSuccessors() local
342 SE = BB->succ_end(); in selectBestSuccessor() local
660 SE = (*I)->succ_end(); in findBestLoopExit() local
760 SE = Bottom->succ_end(); in rotateLoop() local
1187 SE = I->succ_end(); in INITIALIZE_PASS_DEPENDENCY() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h120 static inline bool classof(const SymExpr *SE) { in classof()
150 static inline bool classof(const SymExpr *SE) { in classof()
196 static inline bool classof(const SymExpr *SE) { in classof()
230 static inline bool classof(const SymExpr *SE) { in classof()
261 static inline bool classof(const SymExpr *SE) { in classof()
306 static inline bool classof(const SymExpr *SE) { in classof()
342 static inline bool classof(const SymExpr *SE) { in classof()
364 static inline bool classof(const SymExpr *SE) { in classof()
400 static inline bool classof(const SymExpr *SE) { in classof()
435 static inline bool classof(const SymExpr *SE) { in classof()
[all …]
/external/llvm/lib/MC/
DMCObjectDisassembler.cpp47 SE = Obj.end_sections(); in buildSectionAtoms() local
144 for (AddressSetTy::const_iterator SI = Splits.begin(), SE = Splits.end(); in buildCFG() local
194 for (BBInfoSetTy::iterator SI = BBI->Succs.begin(), SE = BBI->Succs.end(); in buildCFG() local
208 for (BBInfoSetTy::iterator SI = BBI->Succs.begin(), SE = BBI->Succs.end(); in buildCFG() local
DMCObjectSymbolizer.cpp69 SE = Obj->end_sections(); in MCObjectSymbolizer() local
137 SE = Obj->end_symbols(); in tryAddingSymbolicOperand() local
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp29 const SymExpr *SE = SymVal->getSymbol(); in canReasonAbout() local
171 } else if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(sym)) { in assumeAux() local
226 if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(Sym)) { in computeAdjustment() local
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp75 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in changeToUnreachable() local
182 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in markAliveBlocks() local
209 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in removeUnreachableBlocksFromFn() local
DIndVarSimplify.cpp69 ScalarEvolution *SE; member in __anoncb8f30500111::IndVarSimplify
638 ScalarEvolution *SE; member in __anoncb8f30500211::WideIVVisitor
710 ScalarEvolution *SE; member in __anoncb8f30500311::WidenIV
1144 ScalarEvolution *SE) { in isHighCostExpansion()
1201 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE) { in canExpandBackedgeTakenCount()
1388 ScalarEvolution *SE, DominatorTree *DT, const DataLayout *TD) { in FindLoopCounter()
1470 SCEVExpander &Rewriter, ScalarEvolution *SE) { in genLoopLimit()
DLoopStrengthReduce.cpp277 ScalarEvolution &SE) { in DoInitialMatch()
332 void Formula::InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { in InitialMatch()
438 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { in isAddRecSExtable()
446 static bool isAddSExtable(const SCEVAddExpr *A, ScalarEvolution &SE) { in isAddSExtable()
454 static bool isMulSExtable(const SCEVMulExpr *M, ScalarEvolution &SE) { in isMulSExtable()
468 ScalarEvolution &SE, in getExactSDiv()
559 static int64_t ExtractImmediate(const SCEV *&S, ScalarEvolution &SE) { in ExtractImmediate()
586 static GlobalValue *ExtractSymbol(const SCEV *&S, ScalarEvolution &SE) { in ExtractSymbol()
664 static bool isExistingPhi(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { in isExistingPhi()
687 ScalarEvolution &SE) { in isHighCostExpansion()
[all …]
DLoopIdiomRecognize.cpp136 ScalarEvolution *SE; member in __anon7520b0f10111::LoopIdiomRecognize
231 static void deleteDeadInstruction(Instruction *I, ScalarEvolution &SE, in deleteDeadInstruction()
264 static void deleteIfDeadInstruction(Value *V, ScalarEvolution &SE, in deleteIfDeadInstruction()
498 ScalarEvolution *SE = LIR.getScalarEvolution(); in transform() local
DLoopInstSimplify.cpp134 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; in runOnLoop() local
DLoopUnrollPass.cpp140 ScalarEvolution *SE = &getAnalysis<ScalarEvolution>(); in runOnLoop() local
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h38 ScalarEvolution &SE; variable
DScalarEvolutionExpressions.h300 const SCEV *getStepRecurrence(ScalarEvolution &SE) const { in getStepRecurrence()
346 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr()
413 ScalarEvolution *SE; variable
692 ScalarEvolution &SE) { in apply()
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp70 ScalarEvolution &SE; member in __anon0d6e8c310111::PostIncTransform
219 ScalarEvolution &SE, in TransformForPostIncUse()
DRegionInfo.cpp243 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in verifyBBInRegion() local
248 for (pred_iterator SI = pred_begin(BB), SE = pred_end(BB); SI != SE; ++SI) in verifyBBInRegion() local
260 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in verifyWalk() local
502 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); in isRegion() local
513 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); in isRegion() local
524 for (DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end(); in isRegion() local
DScalarEvolutionAliasAnalysis.cpp33 ScalarEvolution *SE; member in __anon139254b80111::ScalarEvolutionAliasAnalysis
DDominanceFrontier.cpp67 for (succ_iterator SI = succ_begin(currentBB), SE = succ_end(currentBB); in calculate() local
/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h117 SE = I->first.end(); SI != SE; ++SI) { variable
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp92 const Expr *SE = VLA->getSizeExpr(); in checkPreStmt() local
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp36 ScalarEvolution &SE; member in llvm::__anond5cbe0060111::ScalarEvolutionsTest

12345