Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h958 template <typename T> void clearList(T &List) { in clearList() function
965 clearList(Predecessors); in releaseCFG()
966 clearList(Successors); in releaseCFG()
967 clearList(Throwers); in releaseCFG()
968 clearList(LandingPads); in releaseCFG()
969 clearList(BranchInfo); in releaseCFG()
970 clearList(Instructions); in releaseCFG()
H A DBinaryFunction.h432 template <typename T> BinaryFunction &clearList(T &List) { in clearList() function
732 clearList(CallSites); in releaseCFG()
733 clearList(ColdCallSites); in releaseCFG()
734 clearList(LSDATypeTable); in releaseCFG()
735 clearList(LSDATypeAddressTable); in releaseCFG()
737 clearList(LabelToBB); in releaseCFG()
740 clearList(Labels); in releaseCFG()
742 clearList(FrameInstructions); in releaseCFG()
743 clearList(FrameRestoreEquivalents); in releaseCFG()
/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DUtils.h25 template <typename T> void clearList(T &List) { in clearList() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp161 clearList(PendingRelocations); in flushPendingRelocations()
177 void BinarySection::clearRelocations() { clearList(Relocations); } in clearRelocations()
H A DBinaryFunction.cpp1378 clearList(Relocations); in disassemble()
1381 clearList(Instructions); in disassemble()
1399 clearList(Relocations); in scanExternalRefs()
1586 clearList(Relocations); in scanExternalRefs()
1717 clearList(JTSites); in postProcessJumpTables()
2140 clearList(Instructions); in buildCFG()
2141 clearList(OffsetToCFI); in buildCFG()
2142 clearList(TakenBranches); in buildCFG()
2847 clearList(Instructions); in clearDisasmState()
2849 clearList(TakenBranches); in clearDisasmState()
[all …]
H A DDebugData.cpp683 clearList(RelativeLocListOffsets); in finalizeDWARF5()
684 clearList(*LocArrayBuffer); in finalizeDWARF5()
685 clearList(*LocBodyBuffer); in finalizeDWARF5()
H A DBinaryContext.cpp701 clearList(DataPCRelocations); in populateJumpTables()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp628 void inline clearList(ValueType V) { in clearList() function in ScheduleDAGInstrs::Value2SUsMap