Home
last modified time | relevance | path

Searched defs:Phase (Results 1 – 3 of 3) sorted by relevance

/external/llvm/docs/
DCodeGenerator.rst880 .. _legalize operations:
881 .. _Legalizer:
907 .. _optimizations:
908 .. _Optimize SelectionDAG:
909 .. _selector:
1069 .. _Scheduling and Formation:
1070 .. _SelectionDAG Scheduling and Formation:
/external/webkit/Source/WebKit2/Shared/
DWebEvent.h166 enum Phase { enum
/external/clang/lib/Driver/
DDriver.cpp1161 phases::ID Phase = types::getCompilationPhase(InputType, i); in BuildActions() local
1201 Action *Driver::ConstructPhaseAction(const ArgList &Args, phases::ID Phase, in ConstructPhaseAction()