Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DCloning.h267 Instruction *StopAt,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp456 Instruction *StopAt, in getJumpThreadDuplicationCost() argument
458 assert(StopAt->getParent() == BB && "Not an instruction from proper BB?"); in getJumpThreadDuplicationCost()
466 if (BB->getTerminator() == StopAt) { in getJumpThreadDuplicationCost()
470 if (isa<SwitchInst>(StopAt)) in getJumpThreadDuplicationCost()
474 if (isa<IndirectBrInst>(StopAt)) in getJumpThreadDuplicationCost()
485 for (; &*I != StopAt; ++I) { in getJumpThreadDuplicationCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp800 Instruction *StopAt, in DuplicateInstructionsInSplitBetween() argument
818 for (; StopAt != &*BI && BB->getTerminator() != &*BI; ++BI) { in DuplicateInstructionsInSplitBetween()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp511 const MemoryAccess *StopAt = nullptr) const { in walkToPhiOrClobber() argument
516 if (Current == StopAt) in walkToPhiOrClobber()