Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp494 GlobalVariable *EdgeState = getEdgeStateValue(); in emitProfileArcs() local
499 Builder.CreateStore(ConstantInt::get(Int32Ty, i), EdgeState); in emitProfileArcs()
510 EdgeState, CounterPtrArray); in emitProfileArcs()
512 Builder.CreateStore(ConstantInt::get(Int32Ty, 0xffffffff), EdgeState); in emitProfileArcs()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp655 GlobalVariable *EdgeState = getEdgeStateValue(); in emitProfileArcs() local
659 Builder.CreateStore(Builder.getInt32(i), EdgeState); in emitProfileArcs()
672 {EdgeState, CounterPtrArray}); in emitProfileArcs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp710 GlobalVariable *EdgeState = getEdgeStateValue(); in emitProfileArcs() local
714 Builder.CreateStore(Builder.getInt32(i), EdgeState); in emitProfileArcs()
727 {EdgeState, CounterPtrArray}); in emitProfileArcs()