Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp284 virtual void onBlockStart(const BasicBlock *BB) {} in onBlockStart() function in __anon463f3bdb0111::CallAnalyzer
849 void onBlockStart(const BasicBlock *BB) override { CostAtBBStart = Cost; } in onBlockStart() function in __anon463f3bdb0111::InlineCostCallAnalyzer
2977 onBlockStart(BB); in analyze()