Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp202 if (!TargetPassConfig::willCompleteCodeGenPipeline()) { in addPassesToEmitFile()
235 assert(TargetPassConfig::willCompleteCodeGenPipeline() && in addPassesToEmitMC()
DTargetPassConfig.cpp459 bool TargetPassConfig::willCompleteCodeGenPipeline() { in willCompleteCodeGenPipeline() function in TargetPassConfig
465 !willCompleteCodeGenPipeline(); in hasLimitedCodeGenPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h164 static bool willCompleteCodeGenPipeline();