Searched refs:definedInRegion (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 269 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion() function 473 if (!definedInRegion(Blocks, U)) in getLifetimeMarkers() 480 Info.SinkLifeStart = !definedInRegion(Blocks, Info.LifeStart); in getLifetimeMarkers() 481 Info.HoistLifeEnd = !definedInRegion(Blocks, Info.LifeEnd); in getLifetimeMarkers() 543 if (!definedInRegion(Blocks, U)) in findAllocas() 558 if (definedInRegion(Blocks, IntrInst)) in findAllocas() 592 if (!definedInRegion(Blocks, U)) { in findAllocas() 610 if (!definedInRegion(Blocks, BitcastAddr)) { in findAllocas() 659 if (!definedInRegion(Blocks, U)) { in findInputsOutputs() 1104 if (SunkAllocas.count(Mem) || definedInRegion(Blocks, Mem)) in eraseLifetimeMarkersOnInputs()
|