Searched refs:StopAt (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | CallSiteSplitting.cpp | 155 ConditionsTy &Conditions, BasicBlock *StopAt) { in recordConditions() argument 159 while (To != StopAt && !Visited.count(From->getSinglePredecessor()) && in recordConditions() 467 BasicBlock *StopAt = CSDTNode ? CSDTNode->getIDom()->getBlock() : nullptr; in shouldSplitOnPredicatedArgument() local 475 recordConditions(CB, Pred, Conditions, StopAt); in shouldSplitOnPredicatedArgument()
|
| H A D | JumpThreading.cpp | 519 Instruction *StopAt, in getJumpThreadDuplicationCost() argument 521 assert(StopAt->getParent() == BB && "Not an instruction from proper BB?"); in getJumpThreadDuplicationCost() 529 if (BB->getTerminator() == StopAt) { in getJumpThreadDuplicationCost() 533 if (isa<SwitchInst>(StopAt)) in getJumpThreadDuplicationCost() 537 if (isa<IndirectBrInst>(StopAt)) in getJumpThreadDuplicationCost() 548 for (; &*I != StopAt; ++I) { in getJumpThreadDuplicationCost()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 636 : Builder(Builder), Root(parseDiagText(Text, StopAt::End)) {} in DiagText() 638 enum class StopAt { enum 647 Piece *parseDiagText(StringRef &Text, StopAt Stop); 1015 StopAt Stop) { in parseDiagText() 1073 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText() 1094 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText() 1129 Diff->Parts[0] = parseDiagText(Text, StopAt::Dollar); in parseDiagText() 1131 Diff->Parts[1] = parseDiagText(Text, StopAt::Dollar); in parseDiagText() 1133 Diff->Parts[2] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText() 1135 Diff->Parts[3] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 286 Instruction *StopAt,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 885 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt, in DuplicateInstructionsInSplitBetween() argument 911 for (; StopAt != &*BI && BB->getTerminator() != &*BI; ++BI) { in DuplicateInstructionsInSplitBetween()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 557 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber() argument 573 if (Current == StopAt || Current == SkipStopAt) in walkToPhiOrClobber()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2169 unsigned StopAt) { in isOpenMPCapturedDecl() argument 2203 CheckScopeInfo ? (FunctionScopes.size() - (StopAt + 1)) : 0)) { in isOpenMPCapturedDecl() 2231 for (unsigned I = StopAt + 1; I > 0; --I) { in isOpenMPCapturedDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 10289 unsigned StopAt = 0);
|