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 37 // HasReturn - Whether the BB contains a return instruction
38 bool HasReturn;
40 // Cycles - Number of cycles until return if HasReturn is true, otherwise
44 VisitedBBInfo() : HasReturn(false), Cycles(0) {}
45 VisitedBBInfo(bool HasReturn, unsigned int Cycles)
46 : HasReturn(HasReturn), Cycles(Cycles) {}
146 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
150 if (hasReturn) {
176 return BBInfo.HasReturn;
    [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.h 105 inline bool hasReturn() const {

Completed in 158 milliseconds