Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp558 std::map<MachineInstr *, SmallPtrSet<MachineInstr *, 2>> ITBlocks; in INITIALIZE_PASS() local
564 ITBlocks[&IT]); in INITIALIZE_PASS()
576 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS()