Home
last modified time | relevance | path

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

/art/compiler/dex/
Dpass_driver_me_post_opt.cc35 GetPassInstance<ClearPhiInstructions>(),
Dpost_opt_passes.h64 class ClearPhiInstructions : public PassME {
66 ClearPhiInstructions() : PassME("ClearPhiInstructions") { in ClearPhiInstructions() function
Dpost_opt_passes.cc52 bool ClearPhiInstructions::Worker(const PassDataHolder* data) const { in Worker()