HomeSort by relevance Sort by last modified time
    Searched refs:HasReturn (Results 1 - 4 of 4) sorted by null

  /external/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) {}
147 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
151 if (hasReturn) {
177 return BBInfo.HasReturn;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndrtypes.h 83 unsigned char HasReturn : 1;
ndr64types.h 73 NDR64_UINT32 HasReturn : 1;
  /external/llvm/lib/Analysis/
InlineCost.cpp 70 bool HasReturn;
169 ContainsNoDuplicateCall(false), HasReturn(false), HasIndirectBr(false),
846 bool Free = !HasReturn;
847 HasReturn = true;
    [all...]

Completed in 81 milliseconds