Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp722 SetOfMachineInstr *InvolvedInLOHs, in registerADRCandidate() argument
747 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(&Def)) && in registerADRCandidate()
749 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(&Use)) && in registerADRCandidate()
769 SetOfMachineInstr *InvolvedInLOHs = nullptr; in computeOthers() local
772 InvolvedInLOHs = &InvolvedInLOHsStorage; in computeOthers()
904 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(L1)) && in computeOthers()
906 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(Candidate)) && in computeOthers()
920 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(L1)) && in computeOthers()
922 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(L2)) && in computeOthers()
924 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(Candidate)) && in computeOthers()
[all …]