Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp258 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion() function
444 if (!definedInRegion(Blocks, U)) in findAllocas()
451 SinkLifeStart = !definedInRegion(Blocks, LifeStart); in findAllocas()
452 HoistLifeEnd = !definedInRegion(Blocks, LifeEnd); in findAllocas()
492 if (!definedInRegion(Blocks, U)) { in findAllocas()
501 if (!definedInRegion(Blocks, MarkerAddr)) in findAllocas()
525 if (!definedInRegion(Blocks, U)) { in findInputsOutputs()
1205 if (SunkAllocas.count(Mem) || definedInRegion(Blocks, Mem)) in eraseLifetimeMarkersOnInputs()