Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp519 BasicBlock *getInstrBB(Edge *E);
716 BasicBlock *InstrBB = getInstrBB(E); in getInstrumentBBs()
737 BasicBlock *FuncPGOInstrumentation<Edge, BBInfo>::getInstrBB(Edge *E) { in getInstrBB() function in FuncPGOInstrumentation
H A DGCOVProfiling.cpp702 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E, in getInstrBB() function
823 E.Place = getInstrBB(MST, E, ExecBlocks); in emitProfileNotes()