Searched refs:PreRegAlloc (Results 1 – 3 of 3) sorted by relevance
70 bool PreRegAlloc; member in __anon9aedfe480111::TailDuplicatePass82 MachineFunctionPass(ID), PreRegAlloc(false) {} in TailDuplicatePass()145 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()233 if (PreRegAlloc) in TailDuplicateAndUpdate()319 if (PreRegAlloc && TailDupVerify) { in TailDuplicateBlocks()338 if (PreRegAlloc && TailDupVerify) in TailDuplicateBlocks()580 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()594 if (PreRegAlloc && MI.isReturn()) in shouldTailDuplicate()600 if (PreRegAlloc && MI.isCall()) in shouldTailDuplicate()631 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()[all …]
78 bool PreRegAlloc; member in __anone7e63f9c0111::MachineLICM127 MachineFunctionPass(ID), PreRegAlloc(true) { in MachineLICM()132 MachineFunctionPass(ID), PreRegAlloc(PreRA) { in MachineLICM()275 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()277 if (PreRegAlloc) in runOnMachineFunction()283 if (PreRegAlloc) { in runOnMachineFunction()306 if (PreRegAlloc && !LoopIsOuterMostWithPredecessor(CurLoop)) { in runOnMachineFunction()313 if (!PreRegAlloc) in runOnMachineFunction()1237 if (TII->produceSameValue(MI, PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()
171 bool PreRegAlloc; member in __anon959a42170111::IfConverter290 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY()293 if (!PreRegAlloc) { in INITIALIZE_PASS_DEPENDENCY()