Home | History | Annotate | Download | only in Utils

Lines Matching refs:BI

47     bool HandleIfExpect(BranchInst *BI);
92 bool LowerExpectIntrinsic::HandleIfExpect(BranchInst *BI) {
93 if (BI->isUnconditional())
101 ICmpInst *CmpI = dyn_cast<ICmpInst>(BI->getCondition());
128 BI->setMetadata(LLVMContext::MD_prof, Node);
140 if (BranchInst *BI = dyn_cast<BranchInst>(BB->getTerminator())) {
141 if (HandleIfExpect(BI))
149 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end();
150 BI != BE; ) {
151 CallInst *CI = dyn_cast<CallInst>(BI++);