• Home
  • Raw
  • Download

Lines Matching refs:JumpThreadingPass

81     JumpThreadingPass Impl;
113 JumpThreadingPass::JumpThreadingPass(int T) { in JumpThreadingPass() function in JumpThreadingPass
136 PreservedAnalyses JumpThreadingPass::run(Function &F, in run()
163 bool JumpThreadingPass::runImpl(Function &F, TargetLibraryInfo *TLI_, in runImpl()
341 void JumpThreadingPass::FindLoopHeaders(Function &F) { in FindLoopHeaders()
375 bool JumpThreadingPass::ComputeValueKnownInPredecessors( in ComputeValueKnownInPredecessors()
703 bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { in ProcessBlock()
887 bool JumpThreadingPass::ProcessImpliedCondition(BasicBlock *BB) { in ProcessImpliedCondition()
926 bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LI) { in SimplifyPartiallyRedundantLoad()
1172 bool JumpThreadingPass::ProcessThreadableEdges(Value *Cond, BasicBlock *BB, in ProcessThreadableEdges()
1280 bool JumpThreadingPass::ProcessBranchOnPHI(PHINode *PN) { in ProcessBranchOnPHI()
1310 bool JumpThreadingPass::ProcessBranchOnXOR(BinaryOperator *BO) { in ProcessBranchOnXOR()
1438 bool JumpThreadingPass::ThreadEdge(BasicBlock *BB, in ThreadEdge()
1594 BasicBlock *JumpThreadingPass::SplitBlockPreds(BasicBlock *BB, in SplitBlockPreds()
1616 void JumpThreadingPass::UpdateBlockFreqAndEdgeWeight(BasicBlock *PredBB, in UpdateBlockFreqAndEdgeWeight()
1680 bool JumpThreadingPass::DuplicateCondBranchOnPHIIntoPred( in DuplicateCondBranchOnPHIIntoPred()
1835 bool JumpThreadingPass::TryToUnfoldSelect(CmpInst *CondCmp, BasicBlock *BB) { in TryToUnfoldSelect()
1913 bool JumpThreadingPass::TryToUnfoldSelectInCurrBB(BasicBlock *BB) { in TryToUnfoldSelectInCurrBB()