Lines Matching defs:BA
845 Block BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock() local
901 Block BA = newBlock(TheFunc, &B); in build() local
940 for (Block BA : Blocks) { in build() local
971 for (Block BA : Blocks) in build() local
973 for (Block BA : Blocks) in build() local
1245 void DataFlowGraph::buildStmt(Block BA, MachineInstr &In) { in buildStmt()
1382 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, Block BA) { in recordDefsForDF()
1425 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, Block BA) { in buildPhis()
1461 for (Block BA : TheFunc.Addr->members(*this)) { in removeUnusedPhis() local
1498 Block BA = PA.Addr->getOwner(*this); in removeUnusedPhis() local
1582 void DataFlowGraph::linkBlockRefs(DefStackMap &DefM, Block BA) { in linkBlockRefs()