Home
last modified time | relevance | path

Searched refs:NeedDef (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveVariables.cpp374 bool NeedDef = true; in HandlePhysRegKill() local
378 NeedDef = false; in HandlePhysRegKill()
382 if (NeedDef) in HandlePhysRegKill()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h271 buildVPlanWithVPRecipes(VFRange &Range, SmallPtrSetImpl<Value *> &NeedDef,
H A DLoopVectorize.cpp6726 SmallPtrSet<Value *, 1> NeedDef; in buildVPlansWithVPRecipes() local
6734 NeedDef.insert(Branch->getCondition()); in buildVPlansWithVPRecipes()
6740 NeedDef.insert(Legal->getPrimaryInduction()); in buildVPlansWithVPRecipes()
6754 buildVPlanWithVPRecipes(SubRange, NeedDef, DeadInstructions)); in buildVPlansWithVPRecipes()
6761 VFRange &Range, SmallPtrSetImpl<Value *> &NeedDef, in buildVPlanWithVPRecipes() argument
6777 for (Value *V : NeedDef) in buildVPlanWithVPRecipes()