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) {}
151 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
155 if (hasReturn) {
181 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/IPA/
InlineCost.cpp 63 bool HasReturn;
148 ContainsNoDuplicateCall(false), HasReturn(false), HasIndirectBr(false),
793 bool Free = !HasReturn;
794 HasReturn = true;
    [all...]

Completed in 228 milliseconds