Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FBI

86   FixedBlockInfo *FBI = &BlockInfo[MBB->getNumber()];
87 if (FBI->hasResources())
88 return FBI;
91 FBI->HasCalls = false;
105 FBI->HasCalls = true;
121 FBI->InstrCount = InstrCount;
129 return FBI;