Home
last modified time | relevance | path

Searched refs:StopAt (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp155 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 DJumpThreading.cpp519 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 DClangDiagnosticsEmitter.cpp636 : 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 DCloning.h286 Instruction *StopAt,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp885 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 DMemorySSA.cpp557 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 DSemaOpenMP.cpp2169 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 DSema.h10289 unsigned StopAt = 0);