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 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 {
slang_rs_reflection_cpp.cpp 215 if (ef->hasOut() || ef->hasReturn()) {
331 if (ef->hasOut() || ef->hasReturn()) {
365 if (ef->hasOut() || ef->hasReturn()) {
slang_rs_reflection.cpp 662 slangAssert(EF->getNumParameters() > 0 || EF->hasReturn());
666 if (EF->hasOut() || EF->hasReturn())
718 if (EF->hasOut() || EF->hasReturn()) {
748 if (EF->hasIn() && (EF->hasOut() || EF->hasReturn())) {
777 if (EF->hasOut() || EF->hasReturn())
    [all...]

Completed in 71 milliseconds