HomeSort by relevance Sort by last modified time
    Searched defs:hasReturn (Results 1 - 2 of 2) 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...]
  /frameworks/compile/slang/
slang_rs_export_foreach.h 120 inline bool hasReturn() const {

Completed in 82 milliseconds