Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveVariables.cpp374 bool NeedDef = true; in HandlePhysRegKill() local
378 NeedDef = false; in HandlePhysRegKill()
382 if (NeedDef) in HandlePhysRegKill()
/external/llvm/lib/CodeGen/
DLiveVariables.cpp374 bool NeedDef = true; in HandlePhysRegKill() local
378 NeedDef = false; in HandlePhysRegKill()
382 if (NeedDef) in HandlePhysRegKill()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveVariables.cpp373 bool NeedDef = true; in HandlePhysRegKill() local
377 NeedDef = false; in HandlePhysRegKill()
381 if (NeedDef) in HandlePhysRegKill()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h271 buildVPlanWithVPRecipes(VFRange &Range, SmallPtrSetImpl<Value *> &NeedDef,
DLoopVectorize.cpp6907 SmallPtrSet<Value *, 1> NeedDef; in buildVPlansWithVPRecipes() local
6915 NeedDef.insert(Branch->getCondition()); in buildVPlansWithVPRecipes()
6930 buildVPlanWithVPRecipes(SubRange, NeedDef, DeadInstructions)); in buildVPlansWithVPRecipes()
6937 VFRange &Range, SmallPtrSetImpl<Value *> &NeedDef, in buildVPlanWithVPRecipes() argument
6953 for (Value *V : NeedDef) in buildVPlanWithVPRecipes()