Searched defs:Executed (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp488 const Stmt *Executed = S.getThen(); local
491 std::swap(Executed, Skipped);
498 if (Executed) {
500 EmitStmt(Executed);

Completed in 65 milliseconds