Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp268 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion() function
472 if (!definedInRegion(Blocks, U)) in getLifetimeMarkers()
479 Info.SinkLifeStart = !definedInRegion(Blocks, Info.LifeStart); in getLifetimeMarkers()
480 Info.HoistLifeEnd = !definedInRegion(Blocks, Info.LifeEnd); in getLifetimeMarkers()
542 if (!definedInRegion(Blocks, U)) in findAllocas()
557 if (definedInRegion(Blocks, IntrInst)) in findAllocas()
591 if (!definedInRegion(Blocks, U)) { in findAllocas()
609 if (!definedInRegion(Blocks, BitcastAddr)) { in findAllocas()
658 if (!definedInRegion(Blocks, U)) { in findInputsOutputs()
1078 if (SunkAllocas.count(Mem) || definedInRegion(Blocks, Mem)) in eraseLifetimeMarkersOnInputs()