Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp247 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion() function
434 if (!definedInRegion(Blocks, U)) in findAllocas()
441 SinkLifeStart = !definedInRegion(Blocks, LifeStart); in findAllocas()
442 HoistLifeEnd = !definedInRegion(Blocks, LifeEnd); in findAllocas()
482 if (!definedInRegion(Blocks, U)) { in findAllocas()
491 if (!definedInRegion(Blocks, MarkerAddr)) in findAllocas()
515 if (!definedInRegion(Blocks, U)) { in findInputsOutputs()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp142 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion() function
172 if (!definedInRegion(Blocks, U)) { in findInputsOutputs()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp65 bool definedInRegion(Value *V) const { in definedInRegion() function in __anon89e149dc0111::CodeExtractor
224 if (!definedInRegion(*UI)) { in findInputsOutputs()