Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp507 static Constant *getOrInsertValueProfilingCall(Module &M, in getOrInsertValueProfilingCall() function
576 Call = Builder.CreateCall(getOrInsertValueProfilingCall(*M, *TLI), Args); in lowerValueProfileInst()
586 Builder.CreateCall(getOrInsertValueProfilingCall(*M, *TLI, true), Args); in lowerValueProfileInst()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp168 static Constant *getOrInsertValueProfilingCall(Module &M) { in getOrInsertValueProfilingCall() function
213 Builder.CreateCall(getOrInsertValueProfilingCall(*M), Args)); in lowerValueProfileInst()