Searched refs:EXITS_DIRTY (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp50 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState; enumerator in enum:__anon26204::VZeroUpperInserter::__anon26205
59 // - EXITS_DIRTY: An instruction in the block dirties YMM and no
98 case EXITS_DIRTY: return "Exits-dirty";
187 if (!isControlFlow && CurState == EXITS_DIRTY)
193 CurState = EXITS_DIRTY;
218 if (CurState == EXITS_DIRTY) {
238 if (CurState == EXITS_DIRTY)
288 // Re-visit all blocks that are successors of EXITS_DIRTY bsocks. Add
289 // vzeroupper instructions to unguarded calls, and propagate EXITS_DIRTY

Completed in 165 milliseconds