Searched refs:StopAt (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 156 ConditionsTy &Conditions, BasicBlock *StopAt) { in recordConditions() argument 160 while (To != StopAt && !Visited.count(From->getSinglePredecessor()) && in recordConditions() 474 BasicBlock *StopAt = CSDTNode ? CSDTNode->getIDom()->getBlock() : nullptr; in shouldSplitOnPredicatedArgument() local 482 recordConditions(CS, Pred, Conditions, StopAt); in shouldSplitOnPredicatedArgument()
|
D | JumpThreading.cpp | 477 Instruction *StopAt, in getJumpThreadDuplicationCost() argument 479 assert(StopAt->getParent() == BB && "Not an instruction from proper BB?"); in getJumpThreadDuplicationCost() 487 if (BB->getTerminator() == StopAt) { in getJumpThreadDuplicationCost() 491 if (isa<SwitchInst>(StopAt)) in getJumpThreadDuplicationCost() 495 if (isa<IndirectBrInst>(StopAt)) in getJumpThreadDuplicationCost() 506 for (; &*I != StopAt; ++I) { in getJumpThreadDuplicationCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 264 Instruction *StopAt,
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enum 668 StopAt stopAt, UBool onlyContiguous,
|
D | normalizer2impl.cpp | 858 StopAt stopAt, UBool onlyContiguous, in decomposeShort()
|
/third_party/node/deps/icu-small/source/common/ |
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enum 668 StopAt stopAt, UBool onlyContiguous,
|
D | normalizer2impl.cpp | 858 StopAt stopAt, UBool onlyContiguous, in decomposeShort()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enum 668 StopAt stopAt, UBool onlyContiguous,
|
D | normalizer2impl.cpp | 858 StopAt stopAt, UBool onlyContiguous, in decomposeShort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 836 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt, in DuplicateInstructionsInSplitBetween() argument 862 for (; StopAt != &*BI && BB->getTerminator() != &*BI; ++BI) { in DuplicateInstructionsInSplitBetween()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber() argument 571 if (Current == StopAt || Current == SkipStopAt) in walkToPhiOrClobber()
|