Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp277 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion() function
476 if (!definedInRegion(Blocks, U)) in getLifetimeMarkers()
483 Info.SinkLifeStart = !definedInRegion(Blocks, Info.LifeStart); in getLifetimeMarkers()
484 Info.HoistLifeEnd = !definedInRegion(Blocks, Info.LifeEnd); in getLifetimeMarkers()
546 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()
654 return !definedInRegion(Blks, U); in isEligible()
657 if (IsRestore && !definedInRegion(Blocks, II->getArgOperand(0))) in isEligible()
[all …]