HomeSort by: relevance | last modified time | path
    Searched refs:IsNestingLegal (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 281 return MadeChange && (!HWLoopInfo.IsNestingLegal && !ForceNestedLoop);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 130 if (!IsNestingLegal && LI.getLoopFor(BB) != L && !ForceNestedLoop)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 104 bool IsNestingLegal = false; // Can a hardware loop be a parent to
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1934 HWLoopInfo.IsNestingLegal = false;

Completed in 20 milliseconds