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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 216 /// ExposesReturnsTwice - True if the function calls setjmp or related
221 bool ExposesReturnsTwice = false;
324 /// exposesReturnsTwice - Returns true if the function calls setjmp or
327 bool exposesReturnsTwice() const {
328 return ExposesReturnsTwice;
334 ExposesReturnsTwice = B;
MIRYamlMapping.h 383 bool ExposesReturnsTwice = false;
408 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h 286 /// ExposesReturnsTwice - True if the function calls setjmp or related
291 bool ExposesReturnsTwice = false;
463 /// exposesReturnsTwice - Returns true if the function calls setjmp or
466 bool exposesReturnsTwice() const {
467 return ExposesReturnsTwice;
473 ExposesReturnsTwice = B;
    [all...]
MIRYamlMapping.h 484 bool ExposesReturnsTwice = false;
509 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice, false);
  /external/llvm/lib/Analysis/
InlineCost.cpp 97 bool ExposesReturnsTwice;
211 IsRecursiveCall(false), ExposesReturnsTwice(false),
886 ExposesReturnsTwice = true;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp 134 bool ExposesReturnsTwice;
283 ExposesReturnsTwice(false), HasDynamicAlloca(false),
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 291 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice);
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 174 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 357 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MIRPrinter.cpp 197 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice();

Completed in 608 milliseconds