Searched refs:RuntimeCheck (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp61 Value *RuntimeCheck = nullptr; local
80 RuntimeCheck = BinaryOperator::Create(Instruction::Or, MemRuntimeCheck,
82 if (auto *I = dyn_cast<Instruction>(RuntimeCheck))
85 RuntimeCheck = MemRuntimeCheck ? MemRuntimeCheck : SCEVRuntimeCheck;
87 assert(RuntimeCheck && "called even though we don't need "
113 VersionedLoop->getLoopPreheader(), RuntimeCheck, OrigTerm);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2131 bool RuntimeCheck = (Overlap || DestVolatile);
2134 if (RuntimeCheck) {
2161 if (RuntimeCheck) {

Completed in 112 milliseconds