HomeSort by relevance Sort by last modified time
    Searched refs:HasReturn (Results 1 - 12 of 12) sorted by null

  /external/pdfium/fxjs/
cjs_return.h 23 bool HasReturn() const { return !return_.IsEmpty(); }
JS_Define.h 85 if (result.HasReturn())
141 if (result.HasReturn())
cfxjse_class.cpp 96 if (result.HasReturn())
cjs_global.cpp 74 if (result.HasReturn())
cjs_publicmethods.cpp 138 if (result.HasReturn())
    [all...]
  /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) {}
155 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
159 if (hasReturn) {
185 return BBInfo.HasReturn;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/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) {}
150 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
154 if (hasReturn) {
180 return BBInfo.HasReturn;
    [all...]
ShadowCallStack.cpp 208 bool HasReturn = false;
215 HasReturn = true;
228 if (!HasReturn)
  /external/swiftshader/third_party/subzero/src/
IceCfgNode.h 58 /// The HasReturn flag indicates that this node contains a return instruction
60 void setHasReturn() { HasReturn = true; }
61 bool getHasReturn() const { return HasReturn; }
143 bool HasReturn = false; /// does this block need an epilog?
WasmTranslator.cpp     [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 100 bool HasReturn;
213 HasReturn(false), HasIndirectBr(false), HasFrameEscape(false),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp 137 bool HasReturn;
284 ContainsNoDuplicateCall(false), HasReturn(false), HasIndirectBr(false),
    [all...]

Completed in 559 milliseconds