Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Guard

1299   GlobalVariable *Guard = new GlobalVariable(
1302 LoadInst *Load = IRB.CreateLoad(Guard);
1313 StoreInst *Store = IRB.CreateStore(ConstantInt::get(Int8Ty, 1), Guard);
1319 // We create a Guard boolean variable with the same linkage
1322 // if (*Guard) {
1324 // *Guard = 1;
1326 // The accesses to Guard are atomic. The rest of the logic is