Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h327 bool ExposesReturnsTwice = false;
780 return ExposesReturnsTwice;
786 ExposesReturnsTwice = B;
H A DMIRYamlMapping.h723 bool ExposesReturnsTwice = false;
765 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice, false);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp366 bool ExposesReturnsTwice = false; member in __anon463f3bdb0111::CallAnalyzer
2268 ExposesReturnsTwice = true; in visitCallBase()
2577 else if (ExposesReturnsTwice) in analyzeBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp200 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp491 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()