Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp542 std::map<MachineInstr *, SmallPtrSet<MachineInstr *, 2>> ITBlocks; in INITIALIZE_PASS() local
548 ITBlocks[&IT]); in INITIALIZE_PASS()
560 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS()