Searched refs:CanDelete (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1199 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionForSpills() argument 1225 if (MI == ReMatOrigDefMI && CanDelete) { in rewriteInstructionForSpills() 1329 if (!CanDelete || (HasUse && HasDef)) { in rewriteInstructionForSpills() 1422 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionsForSpills() argument 1550 CanDelete, vrm, rc, ReMatIds, loopInfo, NewVReg, in rewriteInstructionsForSpills() 1567 if (MI != ReMatOrigDefMI || !CanDelete) { in rewriteInstructionsForSpills() 1842 bool CanDelete = true; in addIntervalsForSpills() local 1846 CanDelete = false; in addIntervalsForSpills() 1851 if (CanDelete) in addIntervalsForSpills() 1877 bool CanDelete = ReMatDelete[I->valno->id]; in addIntervalsForSpills() local [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 441 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, 450 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidget.h | 107 virtual bool CanDelete();
|
D | cxfa_ffwidget.cpp | 475 bool CXFA_FFWidget::CanDelete() { in CanDelete() function in CXFA_FFWidget
|