Home
last modified time | relevance | path

Searched refs:willCompleteCodeGenPipeline (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp97 if (TargetPassConfig::willCompleteCodeGenPipeline()) { in addPassesToEmitFile()
105 if (TargetPassConfig::willCompleteCodeGenPipeline()) { in addPassesToEmitFile()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp236 if (TargetPassConfig::willCompleteCodeGenPipeline()) { in addPassesToEmitFile()
263 assert(TargetPassConfig::willCompleteCodeGenPipeline() && in addPassesToEmitMC()
H A DTargetPassConfig.cpp674 bool TargetPassConfig::willCompleteCodeGenPipeline() { in willCompleteCodeGenPipeline() function in TargetPassConfig
680 !willCompleteCodeGenPipeline(); in hasLimitedCodeGenPipeline()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h166 static bool willCompleteCodeGenPipeline();