Home
last modified time | relevance | path

Searched defs:UpdateFlags (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp962 bool UpdateFlags; member in LiveIntervals::HMEditor
967 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor()
1467 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove()
1485 bool UpdateFlags) { in handleMoveIntoBundle()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp981 bool UpdateFlags; member in LiveIntervals::HMEditor
986 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor()
1505 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove()
1522 bool UpdateFlags) { in handleMoveIntoNewBundle()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp913 bool UpdateFlags; member in LiveIntervals::HMEditor
918 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor()
1368 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove()
1383 bool UpdateFlags) { in handleMoveIntoBundle()
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dheader_abi_diff.cpp167 static void UpdateFlags(const ConfigSection &section) { in UpdateFlags() function