Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp553 std::map<MachineInstr *, SmallPtrSet<MachineInstr *, 2>> ITBlocks; in INITIALIZE_PASS() local
559 ITBlocks[&IT]); in INITIALIZE_PASS()
571 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS()