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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PadShortFunction.cpp 39 // HasReturn - Whether the BB contains a return instruction
40 bool HasReturn;
42 // Cycles - Number of cycles until return if HasReturn is true, otherwise
46 VisitedBBInfo() : HasReturn(false), Cycles(0) {}
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles)
48 : HasReturn(HasReturn), Cycles(Cycles) {}
167 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
171 if (hasReturn) {
197 return BBInfo.HasReturn;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 292 bool HasReturn = false;
1897 bool Free = !HasReturn;
1898 HasReturn = true;

Completed in 29 milliseconds