Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp734 SetOfMachineInstr *InvolvedInLOHs, in registerADRCandidate() argument
759 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(&Def)) && in registerADRCandidate()
761 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(&Use)) && in registerADRCandidate()
777 SetOfMachineInstr *InvolvedInLOHs = nullptr; in computeOthers() local
780 InvolvedInLOHs = &InvolvedInLOHsStorage; in computeOthers()
913 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(L1)) && in computeOthers()
915 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(Candidate)) && in computeOthers()
929 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(L1)) && in computeOthers()
931 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(L2)) && in computeOthers()
933 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(Candidate)) && in computeOthers()
[all …]