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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp102 struct PlaceBackedgeSafepointsImpl : public FunctionPass { struct in namespace:__anon5709
118 PlaceBackedgeSafepointsImpl(bool CallSafepoints = false) function in struct:__anon5709::PlaceBackedgeSafepointsImpl
307 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) {
509 auto *PBS = new PlaceBackedgeSafepointsImpl(CanAssumeCallSafepoints);
598 char PlaceBackedgeSafepointsImpl::ID = 0;
605 INITIALIZE_PASS_BEGIN(PlaceBackedgeSafepointsImpl,
611 INITIALIZE_PASS_END(PlaceBackedgeSafepointsImpl,

Completed in 47 milliseconds