Home
last modified time | relevance | path

Searched refs:assignSlots (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h452 void assignSlots(const VPlan &Plan);
453 void assignSlots(const VPBasicBlock *VPBB);
458 assignSlots(*Plan);
H A DVPlan.cpp1249 void VPSlotTracker::assignSlots(const VPlan &Plan) { in assignSlots() function in VPSlotTracker
1255 assignSlots(Plan.getPreheader()); in assignSlots()
1261 assignSlots(VPBB); in assignSlots()
1264 void VPSlotTracker::assignSlots(const VPBasicBlock *VPBB) { in assignSlots() function in VPSlotTracker