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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp387 const Stmt *Executed = S.getThen(); local
390 std::swap(Executed, Skipped);
395 if (Executed) {
397 EmitStmt(Executed);

Completed in 48 milliseconds