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...]
  /frameworks/compile/slang/
slang_rs_export_foreach.h 120 inline bool hasReturn() const {
slang_rs_reflection.cpp 687 slangAssert(EF->getNumParameters() > 0 || EF->hasReturn());
705 if (EF->hasOut() || EF->hasReturn())
747 if (EF->hasOut() || EF->hasReturn()) {
786 if (Ins.size() == 1 && (EF->hasOut() || EF->hasReturn())) {
799 if (EF->hasOut() || EF->hasReturn()) {
828 if (EF->hasOut() || EF->hasReturn())
    [all...]
slang_rs_reflection_cpp.cpp 274 if (ForEach->hasOut() || ForEach->hasReturn()) {
398 if (ef->hasOut() || ef->hasReturn()) {
447 if (ef->hasOut() || ef->hasReturn()) {
    [all...]

Completed in 84 milliseconds