/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A 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
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A 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
|
H A D | MachineBlockPlacement.cpp | 308 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 D | SymbolManager.h | 117 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 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 195 if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(Sym)) { in computeAdjustment() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 50 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 D | LoopUnroll.cpp | 113 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 D | LCSSA.cpp | 216 ScalarEvolution *SE) { in formLCSSA() 265 ScalarEvolution *SE) { in formLCSSARecursively() 286 ScalarEvolution *SE; member
|
H A D | LoopSimplify.cpp | 256 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 D | ScalarEvolutionExpander.h | 38 ScalarEvolution &SE; variable
|
H A D | RegionInfoImpl.h | 244 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 D | ScalarEvolutionNormalization.cpp | 70 ScalarEvolution &SE; member in __anonfe8983980111::PostIncTransform 250 ScalarEvolution &SE, in TransformForPostIncUse()
|
H A D | ScalarEvolutionAliasAnalysis.cpp | 33 ScalarEvolution *SE; member in __anon04ad4c1f0111::ScalarEvolutionAliasAnalysis
|
H A D | Delinearization.cpp | 45 ScalarEvolution *SE; member in __anon73a5ce980111::Delinearization
|
H A D | ScalarEvolutionExpander.cpp | 210 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 D | AlignmentFromAssumptions.cpp | 72 ScalarEvolution *SE; member 104 ScalarEvolution *SE) { in getNewAlignmentDiff() 139 ScalarEvolution *SE) { in getNewAlignment()
|
H A D | IndVarSimplify.cpp | 74 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 D | LoopInstSimplify.cpp | 154 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; in runOnLoop() local
|
H A D | LoopIdiomRecognize.cpp | 135 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 D | LoopStrengthReduce.cpp | 292 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 D | LivePhysRegs.h | 124 SE = MBB->succ_end(); SI != SE; ++SI) in addLiveOuts() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86VZeroUpper.cpp | 240 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 D | SequenceToOffsetTable.h | 123 SE = I->first.end(); SI != SE; ++SI) { variable
|
/minix3/external/bsd/llvm/dist/clang/tools/diagtool/ |
H A D | TreeView.cpp | 115 SE = I->subgroup_end(); in showAll() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/ |
H A D | ScalarEvolutionTest.cpp | 36 ScalarEvolution &SE; member in llvm::__anon1988b8cd0111::ScalarEvolutionsTest
|