Home
last modified time | relevance | path

Searched refs:ExposesReturnsTwice (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h327 bool ExposesReturnsTwice = false;
735 return ExposesReturnsTwice;
741 ExposesReturnsTwice = B;
H A DMIRYamlMapping.h692 bool ExposesReturnsTwice = false;
732 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice, false);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp355 bool ExposesReturnsTwice = false; member in __anonedc2a5c80111::CallAnalyzer
2172 ExposesReturnsTwice = true; in visitCallBase()
2480 else if (ExposesReturnsTwice) in analyzeBlock()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp195 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp463 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()