HomeSort by: relevance | last modified time | path
    Searched defs:definedInRegion (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 268 /// definedInRegion - Return true if the specified value is defined in the
270 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) {
473 if (!definedInRegion(Blocks, U))
480 Info.SinkLifeStart = !definedInRegion(Blocks, Info.LifeStart);
481 Info.HoistLifeEnd = !definedInRegion(Blocks, Info.LifeEnd);
543 if (!definedInRegion(Blocks, U))
558 if (definedInRegion(Blocks, IntrInst))
592 if (!definedInRegion(Blocks, U)) {
610 if (!definedInRegion(Blocks, BitcastAddr)) {
659 if (!definedInRegion(Blocks, U))
    [all...]

Completed in 16 milliseconds