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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 144 /// ExposesReturnsTwice - True if the function calls setjmp or related
149 bool ExposesReturnsTwice;
248 /// exposesReturnsTwice - Returns true if the function calls setjmp or
251 bool exposesReturnsTwice() const {
252 return ExposesReturnsTwice;
258 ExposesReturnsTwice = B;
MIRYamlMapping.h 386 bool ExposesReturnsTwice = false;
409 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice);
  /external/llvm/lib/Analysis/
InlineCost.cpp 67 bool ExposesReturnsTwice;
168 ExposesReturnsTwice(false), HasDynamicAlloca(false),
764 ExposesReturnsTwice = true;
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 286 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice);
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 171 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice();

Completed in 107 milliseconds