Searched refs:Pass1 (Results 1 – 3 of 3) sorted by relevance
30 struct Pass1 : public ModulePass { struct34 Pass1() : ModulePass(ID) {} in Pass1() argument41 char Pass1::ID;58 INITIALIZE_PASS(Pass1, "Pass1", "Pass1", false, false)75 PM1.add(new llvm::Pass1()); in TEST()122 MyPass1 Pass1; in TEST() local135 PI.runBeforePass(Pass1, M); in TEST()138 PI.runAfterPass(Pass1, M, PreservedAnalyses::all()); in TEST()
356 Pass1Ty Pass1; in trim() local376 if (!Pass1.insert(N).second) in trim()443 if (Pass1.count(*I)) in trim()
449 Pass1Ty Pass1; in trim() local467 if (!Pass1.insert(N).second) in trim()535 if (Pass1.count(*I)) in trim()