Searched defs:DummyOp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp276 /// \param DummyOp if not NULL, specifies a Dummy Operation to be added to
287 const MachineInstr *DummyOp, bool ADRPMode) {
377 if (!ADRPMode && DummyOp && !MBB.succ_empty())
380 getUses(ColorOpToReachedUses, CurReg, *BBGen[CurReg]).insert(DummyOp);
439 /// \param DummyOp if not NULL, the algorithm will work at
441 /// @p DummyOp.
447 const MachineInstr *DummyOp = nullptr) {
463 DummyOp, ADRPMode);
466 if (!DummyOp)
1053 MachineInstr *DummyOp
282 initReachingDef(const MachineFunction &MF, InstrToInstrs *ColorOpToReachedUses, BlockToInstrPerColor &Gen, BlockToRegSet &Kill, BlockToSetOfInstrsPerColor &ReachableUses, const MapRegToId &RegToId, const MachineInstr *DummyOp, bool ADRPMode) argument
[all...]

Completed in 52 milliseconds