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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp100 class InductiveRangeCheck { class in namespace:__anon3193
129 static InductiveRangeCheck::RangeCheckKind
133 InductiveRangeCheck() : function
142 OS << "InductiveRangeCheck:\n";
183 typedef SpecificBumpPtrAllocator<InductiveRangeCheck> AllocatorTy;
198 static InductiveRangeCheck *create(AllocatorTy &Alloc, BranchInst *BI,
204 InductiveRangeCheck::AllocatorTy Allocator;
237 const char *InductiveRangeCheck::rangeCheckKindToStr(
238 InductiveRangeCheck::RangeCheckKind RCK) {
240 case InductiveRangeCheck
[all...]

Completed in 78 milliseconds