/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | Refactoring.h | 28 class Rewriter; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/ |
H A D | HTMLRewrite.h | 22 class Rewriter; variable
|
H A D | RewriteBuffer.h | 26 friend class Rewriter; variable
|
H A D | Rewriter.h | 69 explicit Rewriter(SourceManager &SM, const LangOptions &LO) in Rewriter() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteTest.cpp | 22 TokenRewriter Rewriter(SM.getMainFileID(), SM, LangOpts); in DoRewriteTest() local
|
H A D | FrontendActions.cpp | 131 FixItRewriter Rewriter(CI.getDiagnostics(), CI.getSourceManager(), in BeginInvocation() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 596 SCEVExpander &Rewriter, in simplifyAndExtend() 975 SCEVExpander &Rewriter, ScalarEvolution *SE) { in genLoopLimit() 1066 PHINode *IndVar, SCEVExpander &Rewriter) { in linearFunctionTestReplace() 1314 const SCEV *InvariantLHS, const SCEV *InvariantRHS, SCEVExpander &Rewriter, in replaceWithInvariantCond() 1332 ScalarEvolution *SE, SCEVExpander &Rewriter, in optimizeLoopExitWithUnknownExitCount() 1397 bool IndVarSimplify::optimizeLoopExits(Loop *L, SCEVExpander &Rewriter) { in optimizeLoopExits() 1552 bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() 1757 SCEVExpander Rewriter(*SE, DL, "indvars"); in run() local
|
H A D | LoopFlatten.cpp | 603 SCEVExpander Rewriter(*SE, DL, "loopflatten"); in CanWidenIV() local
|
H A D | LoopStrengthReduce.cpp | 3151 void LSRInstance::GenerateIVChain(const IVChain &Chain, SCEVExpander &Rewriter, in GenerateIVChain() 5200 SCEVExpander &Rewriter, in Expand() 5379 SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const { in RewriteForPHI() 5494 const Formula &F, SCEVExpander &Rewriter, in Rewrite() 5536 SCEVExpander Rewriter(SE, L->getHeader()->getModule()->getDataLayout(), "lsr", in ImplementSolution() local 5941 SCEVExpander Rewriter(SE, DL, "lsr", false); in ReduceLoopStrength() local
|
H A D | LoopPredication.cpp | 1031 bool LoopPredication::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits()
|
H A D | LoopFuse.cpp | 1078 AddRecLoopReplacer Rewriter(SE, L0, L1); in accessDiffIsPositive() local
|
H A D | SROA.cpp | 4340 AllocaSliceRewriter Rewriter(DL, AS, *this, AI, *NewAI, P.beginOffset(), in rewritePartition() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 58 SCEVExpander &Rewriter; member in __anon0fd34c6a0111::SimplifyIndvar 66 SCEVExpander &Rewriter, in SimplifyIndvar() 964 SCEVExpander &Rewriter, IVVisitor *V) { in simplifyUsersOfIV() 976 SCEVExpander Rewriter(*SE, SE->getDataLayout(), "indvars"); in simplifyLoopIVs() local 1695 Instruction *WidenIV::widenIVUse(WidenIV::NarrowIVDefUse DU, SCEVExpander &Rewriter) { in widenIVUse() 1875 PHINode *WidenIV::createWideIV(SCEVExpander &Rewriter) { in createWideIV() 2088 LoopInfo *LI, ScalarEvolution *SE, SCEVExpander &Rewriter, in createWideIV()
|
H A D | LoopUtils.cpp | 1296 SCEVExpander &Rewriter, DominatorTree *DT, in rewriteLoopExitValues()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 38 class Rewriter; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 792 class Rewriter { class 797 Rewriter(MachineInstr &CopyLike) : CopyLike(CopyLike) {} in Rewriter() function in __anonbcd030b40211::Rewriter
|
H A D | SafeStack.cpp | 237 AllocaOffsetRewriter Rewriter(SE, AllocaPtr); in IsAccessSafe() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1118 SCEVPtrToIntSinkingRewriter Rewriter(SE); in getLosslessPtrToIntExpr() local 4234 SCEVInitRewriter Rewriter(L, SE); in rewrite() local 4277 SCEVPostIncRewriter Rewriter(L, SE); in rewrite() local 4332 SCEVBackedgeConditionFolder Rewriter(L, BECond, IsPosBECond, SE); in rewrite() local 4395 SCEVShiftRewriter Rewriter(L, SE); in rewrite() local 12898 SCEVPredicateRewriter Rewriter(L, SE, NewPreds, Pred); in rewrite() local 13525 SCEVLoopGuardRewriter Rewriter(*this, RewriteMap); in applyLoopGuards() local
|