Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp201 virtual void onBlockStart(const BasicBlock *BB) {} in onBlockStart() function in __anon797094460111::CallAnalyzer
631 void onBlockStart(const BasicBlock *BB) override { CostAtBBStart = Cost; } in onBlockStart() function in __anon797094460111::InlineCostCallAnalyzer