Home
last modified time | relevance | path

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

12345

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A 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
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DEdgeBundles.cpp48 SE = MBB.succ_end(); SI != SE; ++SI) in runOnMachineFunction() local
85 SE = MBB.succ_end(); SI != SE; ++SI) in WriteGraph() local
H A DMachineBlockPlacement.cpp308 SE = (*CBI)->succ_end(); in markChainSuccessors() local
351 SE = BB->succ_end(); in selectBestSuccessor() local
655 SE = (*I)->succ_end(); in findBestLoopExit() local
758 SE = Bottom->succ_end(); in rotateLoop() local
1191 SE = I->succ_end(); in INITIALIZE_PASS_DEPENDENCY() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h117 static inline bool classof(const SymExpr *SE) { in classof()
147 static inline bool classof(const SymExpr *SE) { in classof()
193 static inline bool classof(const SymExpr *SE) { in classof()
227 static inline bool classof(const SymExpr *SE) { in classof()
258 static inline bool classof(const SymExpr *SE) { in classof()
303 static inline bool classof(const SymExpr *SE) { in classof()
339 static inline bool classof(const SymExpr *SE) { in classof()
361 static inline bool classof(const SymExpr *SE) { in classof()
397 static inline bool classof(const SymExpr *SE) { in classof()
432 static inline bool classof(const SymExpr *SE) { in classof()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp29 const SymExpr *SE = SymVal->getSymbol(); in canReasonAbout() local
140 } else if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(sym)) { in assumeAux() local
195 if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(Sym)) { in computeAdjustment() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp50 ScalarEvolution *SE; member in __anon6bb0c7d20111::SimplifyIndvar
58 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, in SimplifyIndvar()
463 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser()
562 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, in simplifyUsersOfIV()
573 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs()
H A DLoopUnroll.cpp113 if (ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>()) { in FoldBlockIntoPredecessor() local
226 ScalarEvolution *SE = in UnrollLoop() local
359 for (succ_iterator SI = succ_begin(*BB), SE = succ_end(*BB); in UnrollLoop() local
445 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); in UnrollLoop() local
H A DLCSSA.cpp216 ScalarEvolution *SE) { in formLCSSA()
265 ScalarEvolution *SE) { in formLCSSARecursively()
286 ScalarEvolution *SE; member
H A DLoopSimplify.cpp256 LoopInfo *LI, ScalarEvolution *SE, Pass *PP, in separateNestedLoop()
479 ScalarEvolution *SE, Pass *PP, const DataLayout *DL, in simplifyOneLoop()
507 for (succ_iterator SI = succ_begin(P), SE = succ_end(P); SI != SE; ++SI) in simplifyOneLoop() local
716 AliasAnalysis *AA, ScalarEvolution *SE, in simplifyLoop()
752 ScalarEvolution *SE; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h38 ScalarEvolution &SE; variable
H A DRegionInfoImpl.h244 SE = BlockTraits::child_end(BB); in verifyBBInRegion() local
252 SE = InvBlockTraits::child_end(BB); in verifyBBInRegion() local
269 SE = BlockTraits::child_end(BB); in verifyWalk() local
569 SE = entrySuccs->end(); in isRegion() local
581 for (typename DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); in isRegion() local
592 for (typename DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end(); in isRegion() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp70 ScalarEvolution &SE; member in __anonfe8983980111::PostIncTransform
250 ScalarEvolution &SE, in TransformForPostIncUse()
H A DScalarEvolutionAliasAnalysis.cpp33 ScalarEvolution *SE; member in __anon04ad4c1f0111::ScalarEvolutionAliasAnalysis
H A DDelinearization.cpp45 ScalarEvolution *SE; member in __anon73a5ce980111::Delinearization
H A DScalarEvolutionExpander.cpp210 ScalarEvolution &SE, in FactorOutConstant()
307 ScalarEvolution &SE) { in SimplifyAddOperands()
336 ScalarEvolution &SE) { in SplitAddRecs()
834 ScalarEvolution &SE) { in ExposePointerBase()
1035 static bool canBeCheaplyTransformed(ScalarEvolution &SE, in canBeCheaplyTransformed()
1831 ScalarEvolution &SE; member
1858 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp72 ScalarEvolution *SE; member
104 ScalarEvolution *SE) { in getNewAlignmentDiff()
139 ScalarEvolution *SE) { in getNewAlignment()
H A DIndVarSimplify.cpp74 ScalarEvolution *SE; member in __anonf2e12b570111::IndVarSimplify
665 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE, in visitIVCast()
733 ScalarEvolution *SE; member in __anonf2e12b570311::WidenIV
1203 ScalarEvolution *SE; member in __anonf2e12b570411::IndVarSimplifyVisitor
1286 ScalarEvolution *SE) { in isHighCostExpansion()
1343 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE) { in canExpandBackedgeTakenCount()
1526 ScalarEvolution *SE, DominatorTree *DT, const DataLayout *DL) { in FindLoopCounter()
1608 SCEVExpander &Rewriter, ScalarEvolution *SE) { in genLoopLimit()
H A DLoopInstSimplify.cpp154 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; in runOnLoop() local
H A DLoopIdiomRecognize.cpp135 ScalarEvolution *SE; member in __anon9b76d7780111::LoopIdiomRecognize
235 static void deleteDeadInstruction(Instruction *I, ScalarEvolution &SE, in deleteDeadInstruction()
268 static void deleteIfDeadInstruction(Value *V, ScalarEvolution &SE, in deleteIfDeadInstruction()
496 ScalarEvolution *SE = LIR.getScalarEvolution(); in transform() local
H A DLoopStrengthReduce.cpp292 ScalarEvolution &SE) { in DoInitialMatch()
347 void Formula::InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { in InitialMatch()
499 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { in isAddRecSExtable()
507 static bool isAddSExtable(const SCEVAddExpr *A, ScalarEvolution &SE) { in isAddSExtable()
515 static bool isMulSExtable(const SCEVMulExpr *M, ScalarEvolution &SE) { in isMulSExtable()
529 ScalarEvolution &SE, in getExactSDiv()
620 static int64_t ExtractImmediate(const SCEV *&S, ScalarEvolution &SE) { in ExtractImmediate()
647 static GlobalValue *ExtractSymbol(const SCEV *&S, ScalarEvolution &SE) { in ExtractSymbol()
725 static bool isExistingPhi(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { in isExistingPhi()
748 ScalarEvolution &SE) { in isHighCostExpansion()
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h124 SE = MBB->succ_end(); SI != SE; ++SI) in addLiveOuts() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp240 SE = MBB.succ_end(); in processBasicBlock() local
312 SE = MBB.succ_end(); in runOnMachineFunction() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h123 SE = I->first.end(); SI != SE; ++SI) { variable
/minix3/external/bsd/llvm/dist/clang/tools/diagtool/
H A DTreeView.cpp115 SE = I->subgroup_end(); in showAll() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp36 ScalarEvolution &SE; member in llvm::__anon1988b8cd0111::ScalarEvolutionsTest

12345