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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 105 static bool ShouldPrintBeforePass(const void *PassID) {
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 110 static bool ShouldPrintBeforePass(const PassInfo *PI) {
685 if (PI && !PI->isAnalysis() && ShouldPrintBeforePass(PI)) {
    [all...]

Completed in 56 milliseconds